1 implementation of _Activator
mscorlib (1)
5 references to _Activator
mscorlib (5)
system\activator.cs (5)
37[ComDefaultInterface(typeof(_Activator))]
703void _Activator.GetTypeInfoCount(out uint pcTInfo)
708void _Activator.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo)
713void _Activator.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
720void _Activator.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)