public interface ISymbolVariable
|
AddressField1 | Read-only Gets the first address of a variable. |
AddressField2 | Read-only Gets the second address of a variable. |
AddressField3 | Read-only Gets the third address of a variable. |
AddressKind | Read-only Gets the SymAddressKind value describing the type of the address. |
Attributes | Read-only Gets the attributes of the variable. |
EndOffset | Read-only Gets the end offset of a variable within the scope of the variable. |
Name | Read-only Gets the name of the variable. |
StartOffset | Read-only Gets the start offset of the variable within the scope of the variable. |
GetSignature | Gets the variable signature. |
int AddressField1 {get;}
|
int AddressField2 {get;}
|
int AddressField3 {get;}
|
SymAddressKind AddressKind {get;}
|
object Attributes {get;}
|
int EndOffset {get;}
|
string Name {get;}
|
int StartOffset {get;}
|
byte[] GetSignature(); |