Header menu logo F# Compiler Guide

CompilerInputStream Type

Defines a read-only input stream used to feed content to the hosted F# Interactive dynamic compiler.

Constructors

Constructor Description

CompilerInputStream()

Full Usage: CompilerInputStream()

Returns: CompilerInputStream
Returns: CompilerInputStream

Instance members

Instance member Description

this.Add

Full Usage: this.Add

Parameters:
    str : string

Feeds content into the stream.

str : string

Type something to start searching.