ISymbolWriter.DefineGlobalVariable Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define uma única variável global.
public:
void DefineGlobalVariable(System::String ^ name, System::Reflection::FieldAttributes attributes, cli::array <System::Byte> ^ signature, System::Diagnostics::SymbolStore::SymAddressKind addrKind, int addr1, int addr2, int addr3);
public void DefineGlobalVariable (string name, System.Reflection.FieldAttributes attributes, byte[] signature, System.Diagnostics.SymbolStore.SymAddressKind addrKind, int addr1, int addr2, int addr3);
abstract member DefineGlobalVariable : string * System.Reflection.FieldAttributes * byte[] * System.Diagnostics.SymbolStore.SymAddressKind * int * int * int -> unit
Public Sub DefineGlobalVariable (name As String, attributes As FieldAttributes, signature As Byte(), addrKind As SymAddressKind, addr1 As Integer, addr2 As Integer, addr3 As Integer)
Parâmetros
- name
- String
O nome da variável global.
- attributes
- FieldAttributes
Uma combinação bit a bit dos atributos da variável global.
- signature
- Byte[]
A assinatura da variável global.
- addrKind
- SymAddressKind
Os tipos de endereço de addr1
, addr2
e addr3
.
- addr1
- Int32
O primeiro endereço para a especificação da variável global.
- addr2
- Int32
O segundo endereço para a especificação da variável global.
- addr3
- Int32
O terceiro endereço para a especificação da variável global.