C# 클래스 Microsoft.JScript.JSMethod

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

공개 메소드들

메소드 설명
GetBaseDefinition ( ) : MethodInfo
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetMethodImplementationFlags ( ) : MethodImplAttributes
IsDefined ( Type type, bool inherit ) : bool

비공개 메소드들

메소드 설명
Construct ( Object args ) : Object
GetClassFullName ( ) : String
GetMethodInfo ( CompilerGlobals compilerGlobals ) : MethodInfo
GetPackage ( ) : PackageScope
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, Object thisob, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
JSMethod ( Object obj ) : System

메소드 상세

GetBaseDefinition() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetMethodImplementationFlags() 공개 메소드

public GetMethodImplementationFlags ( ) : MethodImplAttributes
리턴 MethodImplAttributes

IsDefined() 공개 최종 메소드

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