Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |