Interface ITechnologyRegistry
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Registers technology descriptors for the runtime catalog.
public interface ITechnologyRegistryMethods
Section titled “Methods”Add(TechnologyDescriptor)
Section titled “ Add(TechnologyDescriptor)”Adds a technology descriptor to the registry.
void Add(TechnologyDescriptor technology)Parameters
Section titled “Parameters”technology TechnologyDescriptor
The technology descriptor to register.