Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads all the fields from a record value.
Namespace/Module Path: Microsoft.FSharp.Reflection
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member GetRecordFields : obj * ?BindingFlags -> obj []
static member GetRecordFields : obj * ?bool -> obj []
// Usage:
FSharpValue.GetRecordFields (record)
FSharpValue.GetRecordFields (record, bindingFlags = bindingFlags)
open FSharpReflectionExtensions
FSharpValue.GetRecordFields (record, allowAccessToPrivateRepresentation = false)
Parameters
record
Type: objThe record object.
bindingFlags
Type: BindingFlagsOptional binding flags for the record.
allowAccessToPrivateRepresentation
Type: boolOptional flag that denotes accessibility of the private representation.
Exceptions
Exception |
Condition |
---|---|
Thrown when the input type is not a record type. |
Return Value
The array of fields from the record.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 2.0, 4.0, Portable