1 implementation of _EventInfo
mscorlib (1)
system\reflection\eventinfo.cs (1)
28public abstract class EventInfo : MemberInfo, _EventInfo
6 references to _EventInfo
mscorlib (6)
system\reflection\eventinfo.cs (6)
23[ComDefaultInterface(typeof(_EventInfo))] 199Type _EventInfo.GetType() 204void _EventInfo.GetTypeInfoCount(out uint pcTInfo) 209void _EventInfo.GetTypeInfo(uint iTInfo, uint lcid, IntPtr ppTInfo) 214void _EventInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId) 221void _EventInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)