Share via


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

See Also

Reference

Breakpoint3 Interface

EnvDTE90a Namespace