次の方法で共有


KnownAssemblyAttribute コンストラクター

定義

オーバーロード

KnownAssemblyAttribute(String)

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

KnownAssemblyAttribute(Type)

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

KnownAssemblyAttribute(String)

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

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

パラメーター

assemblyName
String

対象のアセンブリ名。

適用対象

KnownAssemblyAttribute(Type)

ソース:
KnownAssemblyAttribute.cs

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

public KnownAssemblyAttribute (Type type);
new Orleans.CodeGeneration.KnownAssemblyAttribute : Type -> Orleans.CodeGeneration.KnownAssemblyAttribute
Public Sub New (type As Type)

パラメーター

type
Type

ターゲット アセンブリに含まれる型。 型自体は関係なく、アセンブリを不正確に識別する方法にすぎません。

適用対象