C# Class System.Reflection.EventInfo

Inheritance: System.Reflection.MemberInfo
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetAddMethod ( ) : MethodInfo
GetAddMethod ( bool nonPublic ) : MethodInfo
GetOtherMethods ( ) : System.Reflection.MethodInfo[]
GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetRaiseMethod ( ) : MethodInfo
GetRaiseMethod ( bool nonPublic ) : MethodInfo
GetRemoveMethod ( ) : MethodInfo
GetRemoveMethod ( bool nonPublic ) : MethodInfo

Protected Methods

Method Description
EventInfo ( ) : System
_EventInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
_EventInfo ( uint &pcTInfo ) : void
_EventInfo ( uint dispIdMember, [ riid, uint lcid, short wFlags, IntPtr pDispParams, IntPtr pVarResult, IntPtr pExcepInfo, IntPtr puArgErr ) : void
_EventInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void

Private Methods

Method Description
AddEventHandler ( Object target, Delegate handler ) : void
RemoveEventHandler ( Object target, Delegate handler ) : void
_EventInfo ( ) : Type

Method Details

EventInfo() protected method

protected EventInfo ( ) : System
return System

GetAddMethod() public method

public GetAddMethod ( ) : MethodInfo
return MethodInfo

GetAddMethod() public abstract method

public abstract GetAddMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetOtherMethods() public method

public GetOtherMethods ( ) : System.Reflection.MethodInfo[]
return System.Reflection.MethodInfo[]

GetOtherMethods() public method

public GetOtherMethods ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
return System.Reflection.MethodInfo[]

GetRaiseMethod() public method

public GetRaiseMethod ( ) : MethodInfo
return MethodInfo

GetRaiseMethod() public abstract method

public abstract GetRaiseMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

GetRemoveMethod() public method

public GetRemoveMethod ( ) : MethodInfo
return MethodInfo

GetRemoveMethod() public abstract method

public abstract GetRemoveMethod ( bool nonPublic ) : MethodInfo
nonPublic bool
return MethodInfo

_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

_EventInfo() protected method

protected _EventInfo ( uint &pcTInfo ) : void
pcTInfo uint
return void

_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

_EventInfo() protected method

protected _EventInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void
iTInfo uint
lcid uint
ppTInfo IntPtr
return void