메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
GetIndicatorInstanceFromAssembly ( |
Creates an indicator instance from the assembly given.
|
public static GetReferencedAndInitialAssembly ( |
||
initialAssembly | ||
리턴 | System.Reflection.Assembly[] |
public LoadCompileSourceFile ( string filePath, string &errorMessages ) : void | ||
filePath | string | |
errorMessages | string | |
리턴 | void |
public LoadSourceFile ( string pathToIndicator, string &errorLoadSourceFile ) : string | ||
pathToIndicator | string | |
errorLoadSourceFile | string | |
리턴 | string |