Method | Description | |
---|---|---|
Compile ( ) : bool | ||
Compile ( bool debug ) : bool | ||
Compile ( bool debug, bool cache ) : bool | ||
CompileCSScripts ( |
||
CompileCSScripts ( bool debug, |
||
CompileCSScripts ( bool debug, bool cache, |
||
CompileVBScripts ( |
||
CompileVBScripts ( bool debug, |
||
CompileVBScripts ( bool debug, bool cache, |
||
DeleteFiles ( string mask ) : void | ||
Display ( |
||
EnsureDirectory ( string dir ) : void | ||
FindTypeByFullName ( string fullName ) : |
||
FindTypeByFullName ( string fullName, bool ignoreCase ) : |
||
FindTypeByName ( string name ) : |
||
FindTypeByName ( string name, bool ignoreCase ) : |
||
GetCompilerOptions ( bool debug ) : string | ||
GetReferenceAssemblies ( ) : string[] | ||
GetScripts ( string filter ) : string[] | ||
GetScripts ( List |
||
GetTypeCache ( |
||
GetUnusedPath ( string name ) : string | ||
Invoke ( string method ) : void |
Method | Description | |
---|---|---|
AppendCompilerOption ( System.StringBuilder &sb, string define ) : void | ||
GetHashCode ( string compiledFile, string scriptFiles, bool debug ) : byte[] |
public static Compile ( bool debug, bool cache ) : bool | ||
debug | bool | |
cache | bool | |
return | bool |
public static CompileCSScripts ( |
||
assembly | ||
return | bool |
public static CompileCSScripts ( bool debug, |
||
debug | bool | |
assembly | ||
return | bool |
public static CompileCSScripts ( bool debug, bool cache, |
||
debug | bool | |
cache | bool | |
assembly | ||
return | bool |
public static CompileVBScripts ( |
||
assembly | ||
return | bool |
public static CompileVBScripts ( bool debug, |
||
debug | bool | |
assembly | ||
return | bool |
public static CompileVBScripts ( bool debug, bool cache, |
||
debug | bool | |
cache | bool | |
assembly | ||
return | bool |
public static DeleteFiles ( string mask ) : void | ||
mask | string | |
return | void |
public static Display ( |
||
results | ||
return | void |
public static EnsureDirectory ( string dir ) : void | ||
dir | string | |
return | void |
public static FindTypeByFullName ( string fullName ) : |
||
fullName | string | |
return |
public static FindTypeByFullName ( string fullName, bool ignoreCase ) : |
||
fullName | string | |
ignoreCase | bool | |
return |
public static FindTypeByName ( string name ) : |
||
name | string | |
return |
public static FindTypeByName ( string name, bool ignoreCase ) : |
||
name | string | |
ignoreCase | bool | |
return |
public static GetCompilerOptions ( bool debug ) : string | ||
debug | bool | |
return | string |
public static GetReferenceAssemblies ( ) : string[] | ||
return | string[] |
public static GetScripts ( string filter ) : string[] | ||
filter | string | |
return | string[] |
public static GetScripts ( List |
||
list | List |
|
path | string | |
filter | string | |
return | void |
public static GetTypeCache ( |
||
asm | ||
return |
public static GetUnusedPath ( string name ) : string | ||
name | string | |
return | string |
public static Invoke ( string method ) : void | ||
method | string | |
return | void |