C# 클래스 slinject.Debugger.Metadata.MetadataMethodInfo

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

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
GetCustomAttributes ( bool inherit ) : object[]
GetGenericArgumentNames ( ) : string[]
GetMethodImplementationFlags ( ) : System.Reflection.MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
Invoke ( object obj, BindingFlags invokeAttr, Binder binder, object parameters, CultureInfo culture ) : object
IsDefined ( Type attributeType, bool inherit ) : bool

비공개 메소드들

메소드 설명
MetadataMethodInfo ( IMetadataImport importer, int methodToken ) : 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[]

GetGenericArgumentNames() 공개 메소드

public GetGenericArgumentNames ( ) : string[]
리턴 string[]

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : System.Reflection.MethodImplAttributes
리턴 System.Reflection.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