Gets the Thread objects representing the threads in the application domain.
[Visual Basic] Public Function GetThreads() As Thread () [C#] public Thread[] GetThreads(); [C++] public: Thread* GetThreads() []; [JScript] public function GetThreads() : Thread[];
An array of Thread objects representing the threads in the application domain