Bagikan melalui


FSharpValue.GetRecordFields Method (F#)

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: obj

    The record object.

  • bindingFlags
    Type: BindingFlags

    Optional binding flags for the record.

  • allowAccessToPrivateRepresentation
    Type: bool

    Optional flag that denotes accessibility of the private representation.

Exceptions

Exception

Condition

ArgumentException

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

See Also

Reference

Reflection.FSharpValue Class (F#)

Microsoft.FSharp.Reflection Namespace (F#)