Click or drag to resize
MvComponentFactoryInstanciate Method
Called by the Instanciate function on the class singleton to create a new instance of an MvComponent class or of a derived class.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual MvComponent Instanciate()

Return Value

Type: MvComponent
The new instance.
Remarks
You must override this method if you want Rogue Wave Server to create instances of a specific derived class.
See Also