Click or drag to resize

MvProcess Constructor

Initializes a new MvProcess 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 MvProcess()
Exceptions
ExceptionCondition
AlreadyInitializedException Indicates that an instance has already been built.
Remarks
This default constructor is invoked by Initialize(String) or by a constructor of a derived class.

Only one instance of MvProcess can be created within a given process.

Mapped packages are declared in this constructor. These packages are the default package and the RW.Server.Component package.

See Also