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

若為 Managed 程式碼,則包含中繼資料定義的函式,再接上 IL 位移。 例如, MyApplication. MyFunc + 0x000003

如果中斷點未繫結,則包含錯誤碼。

屬性

適用於