Skip to content

Interface ITechnologyRegistry

Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll

Registers technology descriptors for the runtime catalog.

public interface ITechnologyRegistry

Adds a technology descriptor to the registry.

void Add(TechnologyDescriptor technology)

technology TechnologyDescriptor

The technology descriptor to register.