System.Reflection.EventInfo._EventInfo C# (CSharp) Method

_EventInfo() protected method

protected _EventInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
riid [
rgszNames IntPtr
cNames uint
lcid uint
rgDispId IntPtr
return void
        void _EventInfo.GetIDsOfNames([In] ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId)
        {
            throw new NotImplementedException();
        }

Same methods

EventInfo::_EventInfo ( ) : Type
EventInfo::_EventInfo ( uint &pcTInfo ) : void
EventInfo::_EventInfo ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void
EventInfo::_EventInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void