Library functionality for accessing additional information about F# types and F# values at runtime, augmenting that available through System.Reflection.
FSharpReflectionExtensions
Defines further accessing additional information about F# types and F# values at runtime.
FSharpType
Contains operations associated with constructing and analyzing F# types such as records, unions and tuples
FSharpValue
Contains operations associated with constructing and analyzing values associated with F# types such as records, unions and tuples.
UnionCaseInfo
Represents a case of a discriminated union type