OrleansCodeGenerationTargetAttribute 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
OrleansCodeGenerationTargetAttribute(String) |
Initializes a new instance of OrleansCodeGenerationTargetAttribute. |
OrleansCodeGenerationTargetAttribute(String, Boolean) |
Initializes a new instance of OrleansCodeGenerationTargetAttribute. |
OrleansCodeGenerationTargetAttribute(String)
Initializes a new instance of OrleansCodeGenerationTargetAttribute.
public OrleansCodeGenerationTargetAttribute (string assemblyName);
new Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute : string -> Orleans.CodeGeneration.OrleansCodeGenerationTargetAttribute
Public Sub New (assemblyName As String)
Parameters
- assemblyName
- String
The target assembly name.
Applies to
OrleansCodeGenerationTargetAttribute(String, Boolean)
Initializes a new instance of 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)
Parameters
- assemblyName
- String
The target assembly name.
- metadataOnly
- Boolean
Whether or not only metadata was generated for the target assembly