ButterflowWrapperRun Method (String) | 
  Runs butterflow with the given arguments. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxprivate void Run(
	string arguments
)
Private Sub Run ( 
	arguments As String
)
private:
void Run(
	String^ arguments
)
private member Run : 
        arguments : string -> unit 
Parameters
- arguments
 - Type: SystemString
     Options for controlling the operation.  
See Also