CompilerServices.TypeProviderAssemblyAttribute 클래스(F#)

특성 해당 디자인 타임 어셈블리 형식 공급자 바꾼 런타임 어셈블리에 배치 됩니다.런타임과 디자이너 어셈블리는 같을 수 있습니다.

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

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

[<AttributeUsage(1, AllowMultiple = false)>]
type TypeProviderAssemblyAttribute =
 class
  new TypeProviderAssemblyAttribute : string -> TypeProviderAssemblyAttribute
  new TypeProviderAssemblyAttribute : unit -> TypeProviderAssemblyAttribute
  member this.AssemblyName : string
 end

설명

짧은 형식의 이름인 TypeProviderAssembly를 사용할 수도 있습니다.

생성자

멤버

설명

new

특성의 인스턴스를 만듭니다.

인스턴스 멤버

멤버

설명

AssemblyName : 문자열

이 형식 공급자에 대 한 디자인 타임 어셈블리의 이름을 지정합니다.

플랫폼

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

버전 정보

F# 코어 라이브러리 버전

지원: 4.0, 노트북

참고 항목

참조

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