Breakpoint3.Address Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the address that a breakpoint is bound to.
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
Property Value
For native code, contains a hexadecimal string representation of the breakpoint memory address. For example, 0x5699341
.
For managed code, contains a metadata-defined function followed by an IL offset. For example, MyApplication.MyFunc+0x000003
.
Contains an error code if the breakpoint is not bound.
- Attributes