ISymbolWriter.DefineGlobalVariable Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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 das variáveis globais.
- signature
- Byte[]
A assinatura global de variáveis.
- addrKind
- SymAddressKind
Os tipos de endereços para addr1, addr2, e addr3.
- addr1
- Int32
O primeiro endereço para a especificação global da variável.
- addr2
- Int32
O segundo endereço para a especificação global de variáveis.
- addr3
- Int32
O terceiro endereço para a especificação global da variável.