Метод | Описание | |
---|---|---|
Create ( string text, string mainAssembly, IEnumerable |
||
Dispose ( ) : void | ||
FindControlType ( |
||
GetLoadableTypes ( |
||
InstantiateControl ( |
Метод | Описание | |
---|---|---|
Compile ( string outputFile, IEnumerable |
||
Dispose ( bool disposing ) : void | ||
GetReferenceAssembliesFolder ( ) : string | ||
GetReferenceAssembliesPath ( string basePath ) : string |
Метод | Описание | |
---|---|---|
RemoveOutput ( ) : void |
protected abstract Compile ( string outputFile, IEnumerable |
||
outputFile | string | |
references | IEnumerable |
|
code | string | |
generatedAssembly | ||
Результат | CompileResult |
public Create ( string text, string mainAssembly, IEnumerable |
||
text | string | |
mainAssembly | string | |
references | IEnumerable |
|
controlCreated | Action |
|
error | Action |
|
Результат | IBuildToken |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public static FindControlType ( |
||
assembly | ||
Результат |
public static GetLoadableTypes ( |
||
assembly | ||
Результат | IEnumerable |
protected GetReferenceAssembliesFolder ( ) : string | ||
Результат | string |
protected GetReferenceAssembliesPath ( string basePath ) : string | ||
basePath | string | |
Результат | string |
public static InstantiateControl ( |
||
type | ||
Результат |