C# 클래스 Microsoft.JScript.With

상속: AST, ICanModifyContext
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
JScriptWith ( Object withOb, VsaEngine engine ) : Object

비공개 메소드들

메소드 설명
Evaluate ( ) : Object
PartiallyEvaluate ( ) : AST
TranslateToIL ( ILGenerator il, Type rtype ) : void
TranslateToILInitializer ( ILGenerator il ) : void
With ( Context context, AST obj, AST block ) : Microsoft.JScript.Vsa

메소드 상세

JScriptWith() 공개 정적인 메소드

public static JScriptWith ( Object withOb, VsaEngine engine ) : Object
withOb Object
engine Microsoft.JScript.Vsa.VsaEngine
리턴 Object