Debugger5::CurrentThread Property

 

Gets or sets the current thread being debugged.

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

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

Property Value

Type: EnvDTE::Thread^

A Thread object.

Return to top
Show: