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
。
若為 Managed 程式碼,則包含中繼資料定義的函式,再接上 IL 位移。 例如, MyApplication. MyFunc + 0x000003
。
如果中斷點未繫結,則包含錯誤碼。
- 屬性