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

상속: System.Reflection.MethodInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

Private Properties

프로퍼티 타입 설명
GetParameterTypes System.Type[]
GetReturnType System.Type
GetToken MethodToken
SymbolMethod System.Runtime.InteropServices

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetModule ( ) : Module
GetParameters ( ) : System.Reflection.ParameterInfo[]
GetToken ( ) : MethodToken
Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, System.Globalization.CultureInfo culture ) : Object
IsDefined ( Type attributeType, bool inherit ) : bool

비공개 메소드들

메소드 설명
GetParameterTypes ( ) : System.Type[]
GetReturnType ( ) : Type
GetToken ( ModuleBuilder mod ) : MethodToken
SymbolMethod ( ModuleBuilder mod, MethodToken token, Type arrayClass, String methodName, CallingConventions callingConvention, Type returnType, Type parameterTypes ) : System.Runtime.InteropServices

메소드 상세

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[]

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetModule() 공개 메소드

public GetModule ( ) : Module
리턴 System.Reflection.Module

GetParameters() 공개 메소드

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

GetToken() 공개 메소드

public GetToken ( ) : MethodToken
리턴 MethodToken

Invoke() 공개 메소드

public Invoke ( Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, System.Globalization.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