Application Class |
Namespace: Vovin.CmcLibNet
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
| Application | Initializes a new instance of the Application class |
| Name | Description | |
|---|---|---|
| AssemblyInfo |
Returns information on the assembly. .Net only.
| |
| CommenceApp |
Returns a reference to the Commence application
| |
| Database |
Returns a reference to the Commence database.
| |
| Export |
Returns a reference to the Export engine.
| |
| Services |
Returns a reference to the Services utility.
| |
| Version |
Returns assembly version.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
COM clients can use it by calling it with ProgId 'CmcLibNet.Application'.
COM applications such as Commence Item Detail Form scripts that use so-called 'late binding' can call the assembly thus:
VBscript:
Dim obj : Set obj = CreateObject("CmcLibNet.Application")