Show / Hide Table of Contents

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 Source

OrleansCodeGenerationTargetAttribute(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 Source

AssemblyName

The target assembly name that the generated code is for.

Declaration
public string AssemblyName { get; set; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX