1 implementation of _Thread
mscorlib (1)
system\threading\thread.cs (1)
128public sealed class Thread : CriticalFinalizerObject, _Thread
5 references to _Thread
mscorlib (5)
system\threading\thread.cs (5)
126[ComDefaultInterface(typeof(_Thread))] 1806void _Thread.GetTypeInfoCount(out uint pcTInfo) 1811void _Thread.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 1816void _Thread.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 1821void _Thread.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)