C# Class System.Reflection.MethodInfo

Discovers the attributes of a method and provides access to method metadata.
Inheritance: MethodBase
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetBaseDefinition ( ) : MethodInfo
MakeGenericMethod ( ) : MethodInfo

Protected Methods

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

Private Methods

Method Description
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetParentDefinition ( ) : MethodInfo
GetReturnType ( ) : Type
_MethodInfo ( ) : Type

Method Details

GetBaseDefinition() public abstract method

public abstract GetBaseDefinition ( ) : MethodInfo
return MethodInfo

MakeGenericMethod() public method

public MakeGenericMethod ( ) : MethodInfo
return MethodInfo

MethodInfo() protected method

protected MethodInfo ( ) : System
return System

_MethodInfo() protected method

protected _MethodInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
riid [
rgszNames IntPtr
cNames uint
lcid uint
rgDispId IntPtr
return void

_MethodInfo() protected method

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

_MethodInfo() protected method

protected _MethodInfo ( 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

_MethodInfo() protected method

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