Click or drag to resize

ButterflowWrapperButterflowOutputArgs Class

Arguments for butterflow output events where a known value of type can be parsed.
Inheritance Hierarchy

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.2.31734 (1.0.0.0)
Syntax
C#
public class ButterflowOutputArgs : ButterflowWrapperButterflowConsoleOutputArgs

The ButterflowWrapperButterflowOutputArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConsoleOutput
Gets the console output.
(Inherited from ButterflowWrapperButterflowConsoleOutputArgs.)
Public propertyOutputType
Gets or sets the type of the output detected from butterflow.
Public propertyValue
Gets or sets the value detected from butterflow.
Top
See Also