Header menu logo FSharp.Formatting

FsiEmbedKind Type

Represents a kind of thing that can be embedded

Union cases

Union case Description

ConsoleOutput

Full Usage: ConsoleOutput

The stdout from this part of the execution (not including FSI output)

FsiMergedOutput

Full Usage: FsiMergedOutput

The combined FSI output and console output

FsiOutput

Full Usage: FsiOutput

The FSI output

ItRaw

Full Usage: ItRaw

The 'it' value as raw text

ItValue

Full Usage: ItValue

The 'it' value

Value

Full Usage: Value

A specific value

Instance members

Instance member Description

this.IsConsoleOutput

Full Usage: this.IsConsoleOutput

Returns: bool
Returns: bool

this.IsFsiMergedOutput

Full Usage: this.IsFsiMergedOutput

Returns: bool
Returns: bool

this.IsFsiOutput

Full Usage: this.IsFsiOutput

Returns: bool
Returns: bool

this.IsItRaw

Full Usage: this.IsItRaw

Returns: bool
Returns: bool

this.IsItValue

Full Usage: this.IsItValue

Returns: bool
Returns: bool

this.IsValue

Full Usage: this.IsValue

Returns: bool
Returns: bool

Type something to start searching.