C# 클래스 Microsoft.JScript.CallableExpression

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

보호된 메소드들

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

비공개 메소드들

메소드 설명
CallableExpression ( AST expression ) : Microsoft.JScript.Vsa
EvaluateAsLateBinding ( ) : LateBinding
GetObject2 ( ) : Object
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILCall ( ILGenerator il, Type rtype, ASTList argList, bool construct, bool brackets ) : void
TranslateToILInitializer ( ILGenerator il ) : void

메소드 상세

GetObject() 보호된 메소드

protected GetObject ( ) : Object
리턴 Object

HandleNoSuchMemberError() 보호된 메소드

protected HandleNoSuchMemberError ( ) : void
리턴 void

TranslateToILObject() 보호된 메소드

protected TranslateToILObject ( ILGenerator il, Type obType, bool noValue ) : void
il System.Reflection.Emit.ILGenerator
obType System.Type
noValue bool
리턴 void

TranslateToILWithDupOfThisOb() 보호된 메소드

protected TranslateToILWithDupOfThisOb ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
리턴 void