SymVariable.AddressField1 属性

定义

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

public:
 virtual property int AddressField1 { int get(); };
public override int AddressField1 { get; }
public virtual int AddressField1 { get; }
member this.AddressField1 : int
Public Overrides ReadOnly Property AddressField1 As Integer
Public Overridable 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.

适用于

另请参阅