Breakpoint3::Address Property

 

Gets the address that a breakpoint is bound to.

Namespace:   EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

property String^ Address {
	String^ get();
}

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.

Return to top
Show: