C# 클래스 System.Reflection.Emit.MethodOnTypeBuilderInst

상속: System.Reflection.MethodInfo
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericArguments ( ) : System.Type[]
GetGenericMethodDefinition ( ) : MethodInfo
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool
MakeGenericMethod ( ) : MethodInfo
MethodOnTypeBuilderInst ( MonoGenericClass instantiation, MethodBuilder mb ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
GetParameterCount ( ) : int
MethodOnTypeBuilderInst ( MethodOnTypeBuilderInst gmd, Type typeArguments ) : System

메소드 상세

GetBaseDefinition() 공개 메소드

public GetBaseDefinition ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
리턴 object[]

GetCustomAttributes() 공개 메소드

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
리턴 object[]

GetGenericArguments() 공개 메소드

public GetGenericArguments ( ) : System.Type[]
리턴 System.Type[]

GetGenericMethodDefinition() 공개 메소드

public GetGenericMethodDefinition ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetParameters() 공개 메소드

public GetParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

Invoke() 공개 메소드

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder System.Reflection.Binder
parameters Object
culture System.Globalization.CultureInfo
리턴 Object

IsDefined() 공개 메소드

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType System.Type
inherit bool
리턴 bool

MakeGenericMethod() 공개 메소드

public MakeGenericMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

MethodOnTypeBuilderInst() 공개 메소드

public MethodOnTypeBuilderInst ( MonoGenericClass instantiation, MethodBuilder mb ) : System
instantiation System.Reflection.MonoGenericClass
mb MethodBuilder
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string