ISymbolWriter.DefineGlobalVariable 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義單一全域變數。
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)
參數
- name
- String
全域變數名稱。
- attributes
- FieldAttributes
全域變數屬性的位元組合。
- signature
- Byte[]
全域變數簽章。
- addrKind
- SymAddressKind
addr1
、addr2
和 addr3
的位址類型。
- addr1
- Int32
全域變數規格的第一個位址。
- addr2
- Int32
全域變數規格的第二個位址。
- addr3
- Int32
全域變數規格的第三個位址。