C# 클래스 Microsoft.JScript.JSConstructor

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

공개 메소드들

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

비공개 메소드들

메소드 설명
Construct ( Object thisob, Object args ) : Object
GetClassFullName ( ) : String
GetClassScope ( ) : ClassScope
GetConstructorInfo ( CompilerGlobals compilerGlobals ) : ConstructorInfo
GetPackage ( ) : PackageScope
Invoke ( BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
Invoke ( Object obj, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
IsAccessibleFrom ( ScriptObject scope ) : bool
JSConstructor ( FunctionObject cons ) : System
OuterClassType ( ) : Type

메소드 상세

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

GetParameters() 공개 메소드

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

IsDefined() 공개 메소드

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