Class OrleansCodeGenerationTargetAttribute
The attribute which informs the code generator which assemblies an assembly contains generated code for.
Inheritance
System.Object
OrleansCodeGenerationTargetAttribute
Namespace: Orleans.CodeGeneration
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class OrleansCodeGenerationTargetAttribute : Attribute
Constructors
| Improve this Doc View SourceOrleansCodeGenerationTargetAttribute(String)
Initializes a new instance of OrleansCodeGenerationTargetAttribute.
Declaration
public OrleansCodeGenerationTargetAttribute(string assemblyName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | assemblyName | The target assembly name. |
Properties
| Improve this Doc View SourceAssemblyName
The target assembly name that the generated code is for.
Declaration
public string AssemblyName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |