Breakpoint3.Address 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取绑定到断点的地址。
public:
property System::String ^ Address { System::String ^ get(); };
public:
property Platform::String ^ Address { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1108)]
public string Address { [System.Runtime.InteropServices.DispId(1108)] get; }
[<System.Runtime.InteropServices.DispId(1108)>]
[<get: System.Runtime.InteropServices.DispId(1108)>]
member this.Address : string
Public ReadOnly Property Address As String
属性值
对于本机代码,包含十六进制字符串表示形式的断点内存地址。 例如, 0x5699341。
对于托管代码,包含元数据定义的函数后接 IL 偏移量。 例如, MyApplication. MyFunc + 0x000003。
如果未绑定断点,则包含一个错误代码。
- 属性