Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This namespace contains functionality that supports F# Interactive.
Namespace/Module Path: Microsoft.FSharp.Compiler.Interactive
Assembly: FSharp.Compiler.Interactive.Settings (in FSharp.Compiler.Interactive.Settings.dll)
namespace Microsoft.FSharp.Compiler.Interactive
Modules
Module |
Description |
|---|---|
module RuntimeHelpers |
APIs for internal use only. The APIs in this module may change without notice. |
module Settings |
Contains the interactive session object that you can use to customize the behavior of an F# interactive session. |
Type Definitions
Type |
Description |
|---|---|
type IEventLoop |
An event loop used by the currently executing F# Interactive session to execute code in the context of a GUI or another event-based system. |
type InteractiveSession |
Operations supported by the currently executing F# Interactive session |