FsiEvaluator Type
A wrapper for F# interactive service that is used to evaluate inline snippets
Constructors
Constructor |
Description
|
Full Usage:
FsiEvaluator(?options, ?fsiObj, ?addHtmlPrinter, ?discardStdOut, ?disableFsiObj, ?onError)
Parameters:
string array
?fsiObj : obj
?addHtmlPrinter : bool
?discardStdOut : bool
?disableFsiObj : bool
?onError : string -> unit
Returns: FsiEvaluator
|
|
Instance members
Instance member |
Description
|
|
This event is fired whenever an evaluation of an expression fails
|
Full Usage:
this.RegisterTransformation
Parameters:
obj * Type * int -> MarkdownParagraph list option
|
Register a function that formats (some) values that are produced by the evaluator. The specified function should return 'Some' when it knows how to format a value and it should return formatted
|