Method | Description | |
---|---|---|
Create ( string text, string mainAssembly, IEnumerable |
||
Dispose ( ) : void | ||
FindControlType ( |
||
GetLoadableTypes ( |
||
InstantiateControl ( |
Method | Description | |
---|---|---|
Compile ( string outputFile, IEnumerable |
||
Dispose ( bool disposing ) : void | ||
GetReferenceAssembliesFolder ( ) : string | ||
GetReferenceAssembliesPath ( string basePath ) : string |
Method | Description | |
---|---|---|
RemoveOutput ( ) : void |
protected abstract Compile ( string outputFile, IEnumerable |
||
outputFile | string | |
references | IEnumerable |
|
code | string | |
generatedAssembly | ||
return | CompileResult |
public Create ( string text, string mainAssembly, IEnumerable |
||
text | string | |
mainAssembly | string | |
references | IEnumerable |
|
controlCreated | Action |
|
error | Action |
|
return | IBuildToken |
public static FindControlType ( |
||
assembly | ||
return |
public static GetLoadableTypes ( |
||
assembly | ||
return | IEnumerable |
protected GetReferenceAssembliesFolder ( ) : string | ||
return | string |
protected GetReferenceAssembliesPath ( string basePath ) : string | ||
basePath | string | |
return | string |
public static InstantiateControl ( |
||
type | ||
return |