ButterflowWrapperButterflowOutputArgs Constructor |
Constructor.
Namespace:
butterflow_ui
Assembly:
butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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 -> ButterflowOutputArgs
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