C# 클래스 Microsoft.JScript.JSInProcCompiler

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

보호된 메소드들

메소드 설명
ReadFile ( string fileName, VsaEngine engine ) : string

비공개 메소드들

메소드 설명
AddAssemblyReference ( IVsaEngine engine, string filename ) : void
AddDefinition ( string def, Hashtable definitions, VsaEngine engine ) : void
AddResourceFile ( ResInfo resinfo, Hashtable resources, Hashtable resourceFiles, VsaEngine engine ) : void
AddSourceFile ( VsaEngine engine, string filename ) : void
Compile ( CompilerParameters options, string partialCmdLine, string sourceFiles, string outputFile ) : int
CreateAndInitEngine ( CompilerParameters options, string sourceFiles, string outputFile, TextWriter output ) : VsaEngine
GetAllDefines ( string definitionList, Hashtable defines, VsaEngine engine ) : void
GetArgumentSeparatorIndex ( string argList, int startIndex ) : int
ParseCompilerOptions ( VsaEngine engine, StringCollection args, TextWriter output, bool generateExe ) : void
PrintBanner ( VsaEngine engine, TextWriter output ) : void
PrintOptions ( TextWriter output, CompilerParameters options ) : void
SplitCmdLineArguments ( string argumentString ) : StringCollection
ValidateOptions ( CompilerParameters options, VsaEngine engine ) : void

메소드 상세

ReadFile() 보호된 메소드

protected ReadFile ( string fileName, VsaEngine engine ) : string
fileName string
engine Microsoft.JScript.Vsa.VsaEngine
리턴 string