C# 클래스 System.Reflection.MethodInfo

Discovers the attributes of a method and provides access to method metadata.
상속: MethodBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
MakeGenericMethod ( ) : MethodInfo

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetGenericArguments ( ) : Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetParentDefinition ( ) : MethodInfo
GetReturnType ( ) : Type
_MethodInfo ( ) : Type

메소드 상세

GetBaseDefinition() 공개 추상적인 메소드

public abstract GetBaseDefinition ( ) : MethodInfo
리턴 MethodInfo

MakeGenericMethod() 공개 메소드

public MakeGenericMethod ( ) : MethodInfo
리턴 MethodInfo

MethodInfo() 보호된 메소드

protected MethodInfo ( ) : System
리턴 System

_MethodInfo() 보호된 메소드

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

_MethodInfo() 보호된 메소드

protected _MethodInfo ( uint &pcTInfo ) : void
pcTInfo uint
리턴 void

_MethodInfo() 보호된 메소드

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
리턴 void

_MethodInfo() 보호된 메소드

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