IClassFactoryResolve Method (Type) |
Returns an object that implements the interface passed across.
Namespace: InterfaceFactoryAssembly: InterfaceFactory (in InterfaceFactory.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Object Resolve(
Type interfaceType
)
Function Resolve (
interfaceType As Type
) As Object
Object^ Resolve(
Type^ interfaceType
)
abstract Resolve :
interfaceType : Type -> Object
Parameters
- interfaceType
- Type: SystemType
The interface that the returned object will implement.
Return Value
Type:
ObjectAn object that implements interfaceType.
See Also