Creates a new instance of the ComponentRegistration class.
Declaring type: ComponentRegistration
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ComponentRegistration (
        Type interfaceType,
        object singletonInstance,
        string uniqueName
) 
Parameters
interfaceType
Interface type of the component
singletonInstance
Singleton instance of the component
uniqueName
Unique component name