Thread2::Location Property

 

Gets the address at which the thread was executing code at the time the process was stopped for debugging.

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

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

Property Value

Type: System::String^

A string value representing the address at which the thread was executing code at the time the process was stopped for debugging.

If the code being debugged has associated symbols, Location returns a function name. If the code being debugged has no associated symbols, Location returns a numeric address.

The following example demonstrates how to use the Collection property.

No code example is currently available or this language may not be supported.
Return to top
Show: