Header menu logo F# Compiler Guide

FsiValue Type

Represents an evaluated F# value

Instance members

Instance member Description

this.FSharpType

Full Usage: this.FSharpType

Returns: FSharpType

The type of the value, from the point of view of the F# type system

Returns: FSharpType

this.ReflectionType

Full Usage: this.ReflectionType

Returns: Type

The type of the value, from the point of view of the .NET type system

Returns: Type

this.ReflectionValue

Full Usage: this.ReflectionValue

Returns: obj

The value, as an object

Returns: obj

Type something to start searching.