KnownAssemblyAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.