C# Class System.Reflection.MethodInfo

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

Méthodes publiques

Méthode Description
GetBaseDefinition ( ) : MethodInfo
MakeGenericMethod ( ) : MethodInfo

Méthodes protégées

Méthode 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

Méthode Description
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetParentDefinition ( ) : MethodInfo
GetReturnType ( ) : Type
_MethodInfo ( ) : Type

Method Details

GetBaseDefinition() public abstract méthode

public abstract GetBaseDefinition ( ) : MethodInfo
Résultat MethodInfo

MakeGenericMethod() public méthode

public MakeGenericMethod ( ) : MethodInfo
Résultat MethodInfo

MethodInfo() protected méthode

protected MethodInfo ( ) : System
Résultat System

_MethodInfo() protected méthode

protected _MethodInfo ( [ riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId ) : void
riid [
rgszNames IntPtr
cNames uint
lcid uint
rgDispId IntPtr
Résultat void

_MethodInfo() protected méthode

protected _MethodInfo ( uint &pcTInfo ) : void
pcTInfo uint
Résultat void

_MethodInfo() protected méthode

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
Résultat void

_MethodInfo() protected méthode

protected _MethodInfo ( uint iTInfo, uint lcid, IntPtr ppTInfo ) : void
iTInfo uint
lcid uint
ppTInfo IntPtr
Résultat void