Partager via


FSharpValue.PreComputeRecordConstructorInfo, méthode (F#)

Obtient un objet ConstructorInfo pour un type d'enregistrement.

Espace de noms/Chemin du module : Microsoft.FSharp.Reflection

Assembly : FSharp.Core (in FSharp.Core.dll)

// Signature:
static member PreComputeRecordConstructorInfo : Type * ?BindingFlags -> ConstructorInfo

// Usage:
FSharpValue.PreComputeRecordConstructorInfo (recordType)
FSharpValue.PreComputeRecordConstructorInfo (recordType, bindingFlags = bindingFlags)

Paramètres

  • recordType
    Type : Type.

    Type d'enregistrement.

  • bindingFlags
    Type : BindingFlags

    Indicateurs de liaison facultatifs.

Valeur de retour

Un objet ConstructorInfo pour le type d'enregistrement donné.

Plateformes

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Reflection.FSharpValue, classe (F#)

Microsoft.FSharp.Reflection, espace de noms (F#)