C# 클래스 Microsoft.JScript.JSMethodInfo

상속: System.Reflection.MethodInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type type, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
GetParameters ( ) : System.Reflection.ParameterInfo[]
IsDefined ( Type type, bool inherit ) : bool
ToString ( ) : String

비공개 메소드들

메소드 설명
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSMethodInfo ( MethodInfo method ) : System

메소드 상세

GetBaseDefinition() 공개 메소드

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

GetCustomAttributes() 공개 최종 메소드

public final GetCustomAttributes ( Type type, bool inherit ) : Object[]
type System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 최종 메소드

public final GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

GetParameters() 공개 메소드

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

IsDefined() 공개 최종 메소드

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

ToString() 공개 메소드

public ToString ( ) : String
리턴 String