FsiEvaluatorConfig Type
Provides configuration options for the FsiEvaluator
Constructors
Constructor |
Description
|
|
|
Static members
Static member |
Description
|
Full Usage:
FsiEvaluatorConfig.CreateNoOpFsiObject()
Returns: objnull
|
Creates a dummy fsi object that does not affect the behaviour of F# Interactive (and simply ignores all operations that are done on it). You can use this to e.g. disable registered printers that would open new windows etc.
|