Initializing help system before first use

XPRB Methods

The XPRB type exposes the following members.

Methods
  Name Description
Public methodStatic member beginLicensing
Begin Xpress licensing
Public methodStatic member endLicensing
End Xpress licensing
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberCode example finish
Terminates an XPRB session.
Public methodStatic memberCode example free
Terminates an XPRB session.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberCode example getTime
Returns the approximation of processor time currently used.
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberCode example getVersion
Returns the current version.
Public methodStatic memberCode example init
Initialises the XPRB object. This method must be called first in order to use the library. In applications that create a large number of problems it is recommended to call the initialization once only per process for highest efficiency.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode example setColOrder
Sets the column order.
Public methodStatic member setErrCtrl
Set the error flag control. When this is nonzero, an exception will be thrown when a BCL call encounters a fatal error.
Public methodStatic memberCode example setMsgLevel
Sets the message level of the XPRB session.
Public methodStatic memberCode example setRealFmt
Sets the format for printing real numbers.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also