다음을 통해 공유


Expr.NewObject 메서드(F#)

개체 생성자의 호출을 나타내는 식을 작성합니다.

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

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

// Signature:
static member NewObject : ConstructorInfo * Expr list -> Expr

// Usage:
Expr.NewObject (constructorInfo, arguments)

매개 변수

  • constructorInfo
    형식: ConstructorInfo

    생성자에 대한 설명입니다.

  • arguments
    형식: Exprlist

    생성자에 대한 인수 목록입니다.

반환 값

결과 식입니다.

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 2.0, 4.0, 노트북

참고 항목

참조

Quotations.Expr 클래스(F#)

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