Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CreateModule Method (type)
NamespacesGenesyslab.Desktop.InfrastructureModuleLoaderCreateModule(Type)
Uses the container to resolve a new IModule by specifying its Type.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual Object CreateModule(
	Type type
)
Protected Overridable Function CreateModule ( _
	type As Type _
) As Object
protected:
virtual Object^ CreateModule(
	Type^ type
)
Parameters
type (Type)
The type to resolve. This type must implement IModule.
Return Value
A new instance of type.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)