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