Skip to content
Concord

Class PatchRegistryAttribute

Namespace
Concord
Assembly
Concord.Orchestration.dll

Assembly-level pointer at the generated patch registry. When present, Apply(Assembly) enumerates declarations through the registry instead of scanning every type in the assembly.

[AttributeUsage(AttributeTargets.Assembly)]
public sealed class PatchRegistryAttribute : Attribute
Inheritance
PatchRegistryAttribute
Inherited Members

Constructors

PatchRegistryAttribute(Type)

Initializes the attribute.

public PatchRegistryAttribute(Type registryType)

Parameters

registryType Type

The registry type. Must implement IPatchDeclarationProvider and have a parameterless constructor.

Properties

RegistryType

Gets the registry type.

public Type RegistryType { get; }

Property Value

Type