H
Howard Weiss
I can fetch a pointer to my current thread as follows
Thread *pThread = Thread::CurrentThread;
How do I cast this to something that I can then use to display the object
address e.g. IntPtr(pThread) or something similar?
Howard Weiss
Thread *pThread = Thread::CurrentThread;
How do I cast this to something that I can then use to display the object
address e.g. IntPtr(pThread) or something similar?
Howard Weiss