VistaDB 6
VistaDB.DDA Namespace / IVistaDBAssemblyInformation Interface / COFFImage Property


In This Topic
    COFFImage Property
    In This Topic
    An array of type byte that is a COFF-based image containing assembly
    Syntax
    'Declaration
     
    
    ReadOnly Property COFFImage As System.Byte()
    'Usage
     
    
    Dim instance As IVistaDBAssemblyInformation
    Dim value() As System.Byte
     
    value = instance.COFFImage
    System.byte[] COFFImage {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also