Click or drag to resize
IClassFactoryResolve Method (Type)
Returns an object that implements the interface passed across.

Namespace: InterfaceFactory
Assembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Object Resolve(
	Type interfaceType
)

Parameters

interfaceType
Type: SystemType
The interface that the returned object will implement.

Return Value

Type: Object
An object that implements interfaceType.
See Also