Redigera

Dela via


KnownAssemblyAttribute Constructors

Definition

Overloads

KnownAssemblyAttribute(String)

Initializes a new instance of KnownAssemblyAttribute.

KnownAssemblyAttribute(Type)

Initializes a new instance of KnownAssemblyAttribute.

KnownAssemblyAttribute(String)

Initializes a new instance of KnownAssemblyAttribute.

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

Parameters

assemblyName
String

The target assembly name.

Applies to

KnownAssemblyAttribute(Type)

Source:
KnownAssemblyAttribute.cs

Initializes a new instance of KnownAssemblyAttribute.

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

Parameters

type
Type

A type contained by the target assembly. The type itself is not relevant, and it's just a way to inrectly identify the assembly.

Applies to