Debugger2::CurrentThread Property

 

Gets or sets the current thread being debugged.

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

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

Property Value

Type: EnvDTE::Thread^

A Thread object.

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: