Model file of class type ModelBaseType compiler.
Compiler
Type Parameters
| Name | Description |
|---|---|
TModel | the output model file |
01 Syntax
SMRUCC.genomics.GCModeller.CompilerServices.Compiler`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| Compile | 1 | |
| PreCompile | 1 | |
| ToString | 1 | |
| Dispose | 1 | |
| WriteLog | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Version | 1 | |
| CompileLogging | 1 | |
| Return | 1 |
04 Members
Compile(
CommandLine)Parameters
| Name | Type | Description |
|---|---|---|
args | CommandLine | Property definition parameters for ModelBaseType.properties, the override function of this mustOverride method should call method Compiler.WriteProperty() to write the property into the compiled model file. |
PreCompile(
CommandLine)Parameters
| Name | Type | Description |
|---|---|---|
args | CommandLine |
|
Version
CompileLogging
Return
ToString()
Dispose()
WriteLog()