Düzenle

Aracılığıyla paylaş


OrleansCodeGenerationTargetAttribute Class

Definition

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)

Initializes a new instance of OrleansCodeGenerationTargetAttribute.

OrleansCodeGenerationTargetAttribute(String, Boolean)

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.

Applies to