C# 클래스 JScriptCompiler, shared-source-cli-2.0

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

공개 메소드들

메소드 설명
Run ( string args ) : int

비공개 메소드들

메소드 설명
AddAssemblyReference ( IVsaEngine engine, string fileName ) : void
AddDefinition ( string def, Hashtable definitions ) : void
AddResourceFile ( ResInfo resinfo ) : void
AddSourceFile ( IVsaEngine engine, string fileName, int codepage ) : void
Compile ( CompilerOptions, options ) : bool
GetAllDefines ( string definitionList ) : Hashtable
GetAllReferences ( string fileList ) : StringCollection
GetArgumentSeparatorIndex ( string argList, int startIndex ) : int
GetCultureInfo ( ) : CultureInfo
Localize ( String s ) : String
Localize ( String s, CultureInfo culture ) : String
Localize ( String s, String context ) : String
Localize ( String s, String context, CultureInfo culture ) : String
ParseArguments ( string args, bool fromResponseFile ) : void
ParseOptions ( string args, int start, bool fromResponseFile ) : int
ParseSources ( string args, int start ) : int
PrintBanner ( ) : void
PrintBanner ( CultureInfo culture ) : void
PrintError ( string sourceFile, int line, int column, bool fIsWarning, int number, string message ) : void
PrintUsage ( ) : void
ReadFile ( string fileName, int codepage ) : string
ReadResponseFile ( string strFileName ) : string[]

메소드 상세

Run() 공개 메소드

public Run ( string args ) : int
args string
리턴 int