Click or drag to resize
MvComponentFactoryNewInstance Method
Creates a new MvComponent instance.

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

Return Value

Type: MvComponent
The new instance.
Remarks
This method is called internally by Rogue Wave Server to create a new instance of the class MvComponent. It calls the Instanciate method on the class singleton.
See Also