Debugger4::CurrentThread Property

 

Gets or sets the current thread being debugged.

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

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

Property Value

Type: EnvDTE::Thread^

A Thread object.

Return to top
Show: