Breakpoint3.Address 属性

定义

获取绑定到断点的地址。

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

属性值

String

对于本机代码,包含十六进制字符串表示形式的断点内存地址。 例如, 0x5699341

对于托管代码,包含元数据定义的函数后接 IL 偏移量。 例如, MyApplication. MyFunc + 0x000003

如果未绑定断点,则包含一个错误代码。

属性

适用于