ButterflowWrapperButterflowOutputArgs Constructor  | 
  Constructor. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ButterflowOutputArgs(
	ButterflowWrapperButterflowOutputType outputType,
	string value,
	string consoleOutput
)
Public Sub New ( 
	outputType As ButterflowWrapperButterflowOutputType,
	value As String,
	consoleOutput As String
)
public:
ButterflowOutputArgs(
	ButterflowWrapperButterflowOutputType outputType, 
	String^ value, 
	String^ consoleOutput
)
new : 
        outputType : ButterflowWrapperButterflowOutputType * 
        value : string * 
        consoleOutput : string -> ButterflowOutputArgsParameters
- outputType
 - Type: butterflow_uiButterflowWrapperButterflowOutputType
    The type of the output detected from butterflow.  - value
 - Type: SystemString
         The value detected from butterflow.  - consoleOutput
 - Type: SystemString
 The console output.  
See Also