Click or drag to resize

ButterflowWrapperButterflowOutputArgs Constructor

Constructor.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
public ButterflowOutputArgs(
	ButterflowWrapperButterflowOutputType outputType,
	string value,
	string consoleOutput
)

Parameters

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