Click or drag to resize

MvComponent Constructor

Initializes a new MvComponent instance.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
protected MvComponent(
	string fullName
)

Parameters

fullName
Type: SystemString
The name of the component.
Remarks
A new instance of MvComponent is created each time a connection is established with an object server at runtime. If you want to subclass MvComponent, you must override the member function Instanciate, which is used by Rogue Wave Server to build a new component.
See Also