IFsiEvaluator Type
Represents an evaluator for F# snippets embedded in code
Instance members
Instance member |
Description
|
Full Usage:
this.Evaluate
Parameters:
string
asExpression : bool
file : string option
Returns: IFsiEvaluationResult
Modifiers: abstract |
Called to evaluate a snippet
|
Full Usage:
this.Format
Parameters:
IFsiEvaluationResult
kind : FsiEmbedKind
executionCount : int
Returns: MarkdownParagraphs
Modifiers: abstract |
Called to format some part of evaluation result generated by FSI
|