ISymbolVariable.AddressField1 属性

定义

获取变量的第一个地址。Gets the first address of a variable.

public:
 property int AddressField1 { int get(); };
public int AddressField1 { get; }
member this.AddressField1 : int
Public ReadOnly Property AddressField1 As Integer

属性值

Int32

变量的第一个地址。The first address of the variable.

注解

有关使用此属性的详细信息,请参阅 SymAddressKind 枚举。For more information about the use of this property, see the SymAddressKind enumeration.

适用于

另请参阅