Component catalog shorter method overloads.
Declaring type: IComponentCatalogExtensions
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Static GetRegistration Gets registration data for a specified component by its interface type.
Public Method Static RegisterComponent<I> Overloaded. Registers a component in the component catalog.
Public Method Static RegisterComponent<I, T> Overloaded. Registers a component in the component catalog.
Public Method Static UnregisterComponent<I> Deletes a component registration.