다음을 통해 공유


FSharpValue.PreComputeUnionReader 메서드(F#)

공용 구조체 형식의 특정 판별자 케이스에 대한 모든 필드를 읽는 데 필요한 함수를 생성합니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Reflection

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signature:
static member PreComputeUnionReader : UnionCaseInfo * ?BindingFlags -> obj -> obj []
static member PreComputeUnionReader : UnionCaseInfo * ?bool -> obj -> obj []

// Usage:
FSharpValue.PreComputeUnionReader (unionCase)
FSharpValue.PreComputeUnionReader (unionCase, bindingFlags = bindingFlags)

open FSharpReflectionExtensions
FSharpValue.PreComputeUnionReader (unionCase, allowAccessToPrivateRepresentation = false)

매개 변수

  • unionCase
    형식: UnionCaseInfo

    읽을 공용 구조체 케이스에 대한 설명입니다.

  • bindingFlags
    형식: BindingFlags

    선택적 바인딩 플래그입니다.

  • allowAccessToPrivateRepresentation
    형식: bool

    private 표현의 액세스 가능성을 나타내는 선택적 플래그입니다.

반환 값

지정된 공용 구조체 케이스의 필드를 읽기 위한 함수입니다.

플랫폼

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

버전 정보

F# Core 라이브러리 버전

2.0, 4.0, 노트북 지원

참고 항목

참조

Reflection.FSharpValue 클래스(F#)

Microsoft.FSharp.Reflection 네임스페이스(F#)