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

_EventInfo() protected method

protected _EventInfo ( uint &pcTInfo ) : void
pcTInfo uint
return void
        void _EventInfo.GetTypeInfoCount(out uint pcTInfo)
        {
            throw new NotImplementedException();
        }

Same methods

EventInfo::_EventInfo ( ) : Type
EventInfo::_EventInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : 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