메소드 | 설명 | |
---|---|---|
ComComponent ( string name ) : System | ||
ComComponent ( string progId, bool currentObjectRequired ) : System | ||
DeserializeConfiguration ( string projectDir, |
|
|
DoGUIConfiguration ( string projectDir, bool showGUI = true ) : bool | ||
GetWorkflowParameterValue ( string parameter ) : string | ||
Initialize ( MgaProject Project ) : void | ||
Main ( ) : void | ||
SerializeConfiguration ( string projectDir, IInterpreterConfiguration config, string progId ) : void |
|
|
SetWorkflowParameterValues ( ) : void | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
SetWorkflowParameterValue ( string parameter, string value ) : void |
public ComComponent ( string progId, bool currentObjectRequired ) : System | ||
progId | string | |
currentObjectRequired | bool | |
리턴 | System |
public static DeserializeConfiguration ( string projectDir, |
||
projectDir | string | |
configType | ||
progId | string | ProgId of the interpreter |
리턴 | IInterpreterConfiguration |
public DoGUIConfiguration ( string projectDir, bool showGUI = true ) : bool | ||
projectDir | string | |
showGUI | bool | |
리턴 | bool |
public GetWorkflowParameterValue ( string parameter ) : string | ||
parameter | string | |
리턴 | string |
public static SerializeConfiguration ( string projectDir, IInterpreterConfiguration config, string progId ) : void | ||
projectDir | string | |
config | IInterpreterConfiguration | |
progId | string | ProgID of the interpreter |
리턴 | void |