Yaaf.FSharp.Scripting


IFsiSession

Defined in Yaaf.FSharp.Scripting.dll.

Represents a simple F# interactive session.

Instance members

Instance memberDescription
DynamicAssembly
Signature: Assembly
Modifiers: abstract

Gets the currently build dynamic assembly.

EvalInteractionWithOutput(arg1)
Signature: string -> InteractionResult
Modifiers: abstract

Evaluate the given interaction.

EvalScriptWithOutput(arg1)
Signature: string -> InteractionResult
Modifiers: abstract

Evaluate the given script.

TryEvalExpressionWithOutput(arg1)
Signature: string -> InteractionResult * (obj * Type) option
Modifiers: abstract

Try to evaluate the given expression and return its result.

Fork me on GitHub