Microsoft.FSharp.Reflection Namespace (F#)
Contains types that simplify reflection over F# code.
Namespace/Module Path: Microsoft.FSharp.Reflection
Assembly: FSharp.Core (in FSharp.Core.dll)
namespace Microsoft.FSharp.Reflection
Type Definitions
Type |
Description |
---|---|
type FSharpType |
Contains operations associated with constructing and analyzing F# types such as records, unions and tuples. |
type FSharpValue |
Contains operations associated with constructing and analyzing values associated with F# types such as records, unions and tuples. |
type UnionCaseInfo |
Represents a case of a discriminated union type. |