Breakpoint3.Address Property
Gets the address that a breakpoint is bound to.
Namespace: EnvDTE90a
Assembly: EnvDTE90a (in EnvDTE90a.dll)
Syntax
'Declaration
ReadOnly Property Address As String
string Address { get; }
property String^ Address {
String^ get ();
}
abstract Address : string with get
function get Address () : String
Property Value
Type: System.String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.