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,
        Type implementationType,
        Action<object> cleanUpHandler
) 
Parameters
interfaceType
Interface type of the component
implementationType
Implementation type of the component
cleanUpHandler
Delegate of clean up method