System.Diagnostics.SymbolStore.ISymbolWriter.DefineGlobalVariable Method

Defines a single global variable.

Syntax

public void DefineGlobalVariable (string name, System.Reflection.FieldAttributes attributes, byte[] signature, SymAddressKind addrKind, int addr1, int addr2, int addr3)

Parameters

name
The global variable name.
attributes
A bitwise combination of the global variable attributes.
signature
The global variable signature.
addrKind
The address types for addr1, addr2, and addr3.
addr1
The first address for the global variable specification.
addr2
The second address for the global variable specification.
addr3
The third address for the global variable specification.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0