Header menu logo FSharp.Formatting

IFsiEvaluator Type

Represents an evaluator for F# snippets embedded in code

Instance members

Instance member Description

this.Evaluate

Full Usage: this.Evaluate

Parameters:
    code : string
    asExpression : bool
    file : string option

Returns: IFsiEvaluationResult
Modifiers: abstract

Called to evaluate a snippet

code : string
asExpression : bool
file : string option
Returns: IFsiEvaluationResult

this.Format

Full Usage: this.Format

Parameters:
Returns: MarkdownParagraphs
Modifiers: abstract

Called to format some part of evaluation result generated by FSI

result : IFsiEvaluationResult
kind : FsiEmbedKind
executionCount : int
Returns: MarkdownParagraphs

Type something to start searching.