C# 클래스 Microsoft.JScript.Import

상속: AST
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
JScriptImport ( String name, VsaEngine engine ) : void

비공개 메소드들

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

메소드 상세

JScriptImport() 공개 정적인 메소드

public static JScriptImport ( String name, VsaEngine engine ) : void
name String
engine Microsoft.JScript.Vsa.VsaEngine
리턴 void