OrleansCodeGenerationTargetAttribute Class
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.
The attribute which informs the code generator which assemblies an assembly contains generated code for.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class OrleansCodeGenerationTargetAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class OrleansCodeGenerationTargetAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type OrleansCodeGenerationTargetAttribute = class
inherit Attribute
Public Class OrleansCodeGenerationTargetAttribute
Inherits Attribute
Public NotInheritable Class OrleansCodeGenerationTargetAttribute
Inherits Attribute
- Inheritance
-
OrleansCodeGenerationTargetAttribute
- Attributes
Constructors
OrleansCodeGenerationTargetAttribute(String, Boolean) |
Initializes a new instance of OrleansCodeGenerationTargetAttribute. |
OrleansCodeGenerationTargetAttribute(String) |
Initializes a new instance of OrleansCodeGenerationTargetAttribute. |
Properties
AssemblyName |
The target assembly name that the generated code is for. |
MetadataOnly |
Whether or not only metadata was generated for the target assembly. |