Defines a single global variable.
[Visual Basic] Sub DefineGlobalVariable( _ ByVal name As String, _ ByVal attributes As FieldAttributes, _ ByVal signature() As Byte, _ ByVal addrKind As SymAddressKind, _ ByVal addr1 As Integer, _ ByVal addr2 As Integer, _ ByVal addr3 As Integer _ ) [C#] void DefineGlobalVariable( string name, FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3 ); [C++] void DefineGlobalVariable( String* name, FieldAttributes attributes, unsigned char* signature[], SymAddressKind addrKind, int addr1, int addr2, int addr3 ) = 0; [JScript] function DefineGlobalVariable( name : String, attributes : FieldAttributes, signature : Byte[], addrKind : SymAddressKind, addr1 : int, addr2 : int, addr3 : int );
ISymbolWriter Interface | ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace