Thread2::Location Property
Visual Studio 2015
Gets the address at which the thread was executing code at the time the process was stopped for debugging.
Assembly: EnvDTE90 (in EnvDTE90.dll)
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.
Implements
Thread::LocationIf 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.
Show: