Method | Description | |
---|---|---|
GetReferencedAndInitialAssembly ( |
Gather all assemblies referenced from current assembly.
|
|
Indicator_Compilation_Manager ( ) : System |
Constructor.
|
|
LoadCompileSourceFile ( string filePath, string &errorMessages ) : void |
Load file, compile it and create/load the indicators into the CustomIndicatorsList.
|
|
LoadSourceFile ( string pathToIndicator, string &errorLoadSourceFile ) : string |
Reads the source code from file contents.
|
Method | Description | |
---|---|---|
GetIndicatorInstanceFromAssembly ( |
Creates an indicator instance from the assembly given.
|
public static GetReferencedAndInitialAssembly ( |
||
initialAssembly | ||
return | System.Reflection.Assembly[] |
public Indicator_Compilation_Manager ( ) : System | ||
return | System |
public LoadCompileSourceFile ( string filePath, string &errorMessages ) : void | ||
filePath | string | |
errorMessages | string | |
return | void |
public LoadSourceFile ( string pathToIndicator, string &errorLoadSourceFile ) : string | ||
pathToIndicator | string | |
errorLoadSourceFile | string | |
return | string |