메소드 | 설명 | |
---|---|---|
Compile ( |
||
Compile ( System.Web.Compilation.WebServiceCompiler compiler ) : |
||
Compile ( string language, string key, string file, |
||
Compile ( string language, string key, string file, |
||
CompileAndGetType ( string typename, string language, string key, string file, |
||
GetTypeFromCache ( string filename ) : |
||
InsertType ( |
||
InsertTypeFileDep ( |
메소드 | 설명 | |
---|---|---|
AcquireCompilationTicket ( string key, object &ticket ) : bool | ||
GetAssemblyLocationFromName ( string name ) : string | ||
GetExtraAssemblies ( |
||
GetOptions ( ICollection assemblies ) : |
||
ReleaseCompilationTicket ( string key ) : void |
public static Compile ( |
||
compiler | ||
리턴 |
public static Compile ( System.Web.Compilation.WebServiceCompiler compiler ) : |
||
compiler | System.Web.Compilation.WebServiceCompiler | |
리턴 |
public static Compile ( string language, string key, string file, |
||
language | string | |
key | string | |
file | string | |
assemblies | ||
리턴 |
public static Compile ( string language, string key, string file, |
||
language | string | |
key | string | |
file | string | |
assemblies | ||
debug | bool | |
리턴 |
public static CompileAndGetType ( string typename, string language, string key, string file, |
||
typename | string | |
language | string | |
key | string | |
file | string | |
assemblies | ||
리턴 |
public static GetTypeFromCache ( string filename ) : |
||
filename | string | |
리턴 |
public static InsertType ( |
||
type | ||
filename | string | |
리턴 | void |
public static InsertTypeFileDep ( |
||
type | ||
filename | string | |
리턴 | void |