C# 클래스 Microsoft.JScript.Member

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

공개 메소드들

메소드 설명
ToString ( ) : String

보호된 메소드들

메소드 설명
GetObject ( ) : Object
HandleNoSuchMemberError ( ) : void
TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
TranslateToILWithDupOfThisOb ( ILGenerator il ) : void

비공개 메소드들

메소드 설명
BindName ( JSField inferenceTarget ) : void
Evaluate ( ) : Object
EvaluateAsLateBinding ( ) : LateBinding
EvaluateAsType ( ) : Object
EvaluateAsWrappedNamespace ( bool giveErrorIfNameInUse ) : WrappedNamespace
InferType ( JSField inference_target ) : IReflect
InferTypeOfCall ( JSField inference_target, bool isConstructor ) : IReflect
Member ( Context context, AST rootObject, AST memberName ) : Microsoft.JScript.Vsa
PartiallyEvaluate ( ) : AST
PartiallyEvaluateAsCallable ( ) : AST
PartiallyEvaluateAsReference ( ) : AST
ProvideWrapperForPrototypeProperties ( IReflect obType ) : IReflect
ResolveCustomAttribute ( ASTList args, IReflect argIRs, AST target ) : Object
TranslateToILInitializer ( ILGenerator il ) : void
TranslateToLateBinding ( ILGenerator il, bool speculativeEarlyBindingsExist ) : void

메소드 상세

GetObject() 보호된 메소드

protected GetObject ( ) : Object
리턴 Object

HandleNoSuchMemberError() 보호된 메소드

protected HandleNoSuchMemberError ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

TranslateToILObject() 보호된 메소드

protected TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
il ILGenerator
obType Type
noValue bool
리턴 void

TranslateToILWithDupOfThisOb() 보호된 메소드

protected TranslateToILWithDupOfThisOb ( ILGenerator il ) : void
il ILGenerator
리턴 void