C# 클래스 CSSCodeProvider

파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompilerPath string
CompilerServerTimeToLive int?
ProviderPath string

공개 메소드들

메소드 설명
CreateCompiler ( string sourceFile ) : ICodeCompiler
CreateCompiler ( string sourceFile, object options ) : ICodeCompiler
CreateCompilerVersion ( string sourceFile, string version ) : ICodeCompiler

비공개 메소드들

메소드 설명
CSSCodeProvider ( ) : System
CreateCompilerImpl ( string sourceFile ) : ICodeCompiler
CurrentDomain_AssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
DefaultCompilerServerTimeToLive ( ) : int?
ExistingFile ( string dir ) : string
GetDefaultAssemblyPath ( string file ) : string
GetDefaultProviderPath ( ) : string
Init ( ) : void

메소드 상세

CreateCompiler() 공개 정적인 메소드

public static CreateCompiler ( string sourceFile ) : ICodeCompiler
sourceFile string
리턴 ICodeCompiler

CreateCompiler() 정적인 공개 메소드

static public CreateCompiler ( string sourceFile, object options ) : ICodeCompiler
sourceFile string
options object
리턴 ICodeCompiler

CreateCompilerVersion() 정적인 공개 메소드

static public CreateCompilerVersion ( string sourceFile, string version ) : ICodeCompiler
sourceFile string
version string
리턴 ICodeCompiler

프로퍼티 상세

CompilerPath 정적으로 공개적으로 프로퍼티

static public string CompilerPath
리턴 string

CompilerServerTimeToLive 정적으로 공개적으로 프로퍼티

static public int? CompilerServerTimeToLive
리턴 int?

ProviderPath 정적으로 공개적으로 프로퍼티

static public string ProviderPath
리턴 string