Component catalog interface
Declaring type: IComponentCatalog
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract GetComponentInstance Returns an instance of a specified registered component.
Public Method Abstract GetRegisteredComponents Returns a list with information about all registered components.
Public Method Abstract GetRegistration Gets registration data for a specified component by its interface name.
Public Method Abstract RegisterComponent<I> Registers a component in the component catalog.
Public Method Abstract RegisterComponent<I, T> Overloaded. Registers a component in the component catalog.
Public Method Abstract UnregisterComponent Deletes a component registration.