次の方法で共有


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

この種類のプロバイダーのデザイン時アセンブリの名前を指定します。

プラットフォーム

Windows 8、Windows 7、Windows Server 2012 で Windows Server 2008 R2

バージョン情報

F# コア ライブラリのバージョン

サポート: 4.0、ポータブル

参照

関連項目

Microsoft.FSharp.Core.CompilerServices 名前空間 (F#)