FsiEmbedKind Type
Represents a kind of thing that can be embedded
Union cases
| Union case |
Description
|
Full Usage:
ConsoleOutput
|
The stdout from this part of the execution (not including FSI output) |
Full Usage:
FsiMergedOutput
|
The combined FSI output and console output |
Full Usage:
FsiOutput
|
The FSI output |
Full Usage:
ItRaw
|
The 'it' value as raw text |
Full Usage:
ItValue
|
The 'it' value |
Full Usage:
Value
|
A specific value |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsConsoleOutput
Returns: bool
|
|
Full Usage:
this.IsFsiMergedOutput
Returns: bool
|
|
Full Usage:
this.IsFsiOutput
Returns: bool
|
|
Full Usage:
this.IsItRaw
Returns: bool
|
|
Full Usage:
this.IsItValue
Returns: bool
|
|
Full Usage:
this.IsValue
Returns: bool
|
|
FSharp.Formatting