次の方法で共有


OrleansCodeGenerationTargetAttribute コンストラクター

定義

オーバーロード

OrleansCodeGenerationTargetAttribute(String)

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

OrleansCodeGenerationTargetAttribute(String, Boolean)

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

OrleansCodeGenerationTargetAttribute(String)

ソース:
OrleansCodeGenerationTargetAttribute.cs

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

public OrleansCodeGenerationTargetAttribute (string assemblyName);
new Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute : string -> Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute
Public Sub New (assemblyName As String)

パラメーター

assemblyName
String

対象のアセンブリ名。

適用対象

OrleansCodeGenerationTargetAttribute(String, Boolean)

ソース:
OrleansCodeGenerationTargetAttribute.cs

OrleansCodeGenerationTargetAttribute の新しいインスタンスを初期化します。

public OrleansCodeGenerationTargetAttribute (string assemblyName, bool metadataOnly);
new Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute : string * bool -> Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute
Public Sub New (assemblyName As String, metadataOnly As Boolean)

パラメーター

assemblyName
String

対象のアセンブリ名。

metadataOnly
Boolean

ターゲット アセンブリに対してメタデータのみが生成されたかどうか

適用対象