C# Class CSSCodeProvider

Afficher le fichier Open project: oleg-shilo/cs-script Class Usage Examples

Méthodes publiques

Свойство Type Description
CompilerPath string
CompilerServerTimeToLive int?
ProviderPath string

Méthodes publiques

Méthode Description
CreateCompiler ( string sourceFile ) : ICodeCompiler
CreateCompiler ( string sourceFile, object options ) : ICodeCompiler
CreateCompilerVersion ( string sourceFile, string version ) : ICodeCompiler

Private Methods

Méthode Description
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

Method Details

CreateCompiler() public static méthode

public static CreateCompiler ( string sourceFile ) : ICodeCompiler
sourceFile string
Résultat ICodeCompiler

CreateCompiler() static public méthode

static public CreateCompiler ( string sourceFile, object options ) : ICodeCompiler
sourceFile string
options object
Résultat ICodeCompiler

CreateCompilerVersion() static public méthode

static public CreateCompilerVersion ( string sourceFile, string version ) : ICodeCompiler
sourceFile string
version string
Résultat ICodeCompiler

Property Details

CompilerPath static_oe public_oe property

static public string CompilerPath
Résultat string

CompilerServerTimeToLive static_oe public_oe property

static public int? CompilerServerTimeToLive
Résultat int?

ProviderPath static_oe public_oe property

static public string ProviderPath
Résultat string