Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcessInitialization Method |
Initializes a stand-alone component.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- argv
- Type: SystemString
The arguments of the command line
Return Value
Type: Booleantrue if the initialization was successful, false otherwise.
It must be invoked by any initialization member function that belongs to a subtype of .
This method first initializes the process by calling LocalInitialize(String). If that method returns true, it parses and interprets the command line arguments.