Debugger::CurrentThread Property

 

Sets or gets the current thread being debugged.

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

property Thread^ CurrentThread {
	Thread^ get();
	void set(Thread^ value);
}

Property Value

Type: EnvDTE::Thread^

A Thread object.

CurrentThread sets or returns the Thread object being currently debugged.

The following example demonstrates how to use the CurrentThread property.

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