Header menu logo F# Compiler Guide

InteractiveSettings Type

Operations supported by the currently executing F# Interactive session.

Instance members

Instance member Description

this.AddPrintTransformer

Full Usage: this.AddPrintTransformer

Parameters:
    arg0 : 'T -> obj

Register a print transformer that controls the output of the interactive session.

arg0 : 'T -> obj

this.AddPrinter

Full Usage: this.AddPrinter

Parameters:
    arg0 : 'T -> string

Register a printer that controls the output of the interactive session.

arg0 : 'T -> string

this.CommandLineArgs

Full Usage: this.CommandLineArgs

The command line arguments after ignoring the arguments relevant to the interactive
 environment and replacing the first argument with the name of the last script file,
 if any. Thus 'fsi.exe test1.fs test2.fs -- hello goodbye' will give arguments
 'test2.fs', 'hello', 'goodbye'.  This value will normally be different to those
 returned by System.Environment.GetCommandLineArgs.

this.EventLoop

Full Usage: this.EventLoop

Gets or sets the current event loop being used to process interactions.

this.FloatingPointFormat

Full Usage: this.FloatingPointFormat

Get or set the floating point format used in the output of the interactive session.

this.FormatProvider

Full Usage: this.FormatProvider

Get or set the format provider used in the output of the interactive session.

this.PrintDepth

Full Usage: this.PrintDepth

Get or set the print depth of the interactive session.

this.PrintLength

Full Usage: this.PrintLength

Get or set the total print length of the interactive session.

this.PrintSize

Full Usage: this.PrintSize

Get or set the total print size of the interactive session.

this.PrintWidth

Full Usage: this.PrintWidth

Get or set the print width of the interactive session.

this.ShowDeclarationValues

Full Usage: this.ShowDeclarationValues

When set to 'false', disables the display of declaration values in the output of the interactive session.

this.ShowIEnumerable

Full Usage: this.ShowIEnumerable

When set to 'false', disables the display of sequences in the output of the interactive session.

this.ShowProperties

Full Usage: this.ShowProperties

When set to 'false', disables the display of properties of evaluated objects in the output of the interactive session.

Type something to start searching.