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

_EventInfo() protected method

protected _EventInfo ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void
dispIdMember uint
riid [
lcid uint
wFlags short
pDispParams IntPtr
pVarResult IntPtr
pExcepInfo IntPtr
puArgErr IntPtr
return void
        void _EventInfo.Invoke(uint dispIdMember, [In] ref Guid riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr)
        {
            throw new NotImplementedException();
        }
    }

Same methods

EventInfo::_EventInfo ( ) : Type
EventInfo::_EventInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
EventInfo::_EventInfo ( uint &pcTInfo ) : void
EventInfo::_EventInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void