Click or drag to resize

ICommenceApp Interface

Interface for CommenceApp.

Namespace:  Vovin.CmcLibNet
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public interface ICommenceApp

The ICommenceApp type exposes the following members.

Properties
  NameDescription
Public propertyExePath
Path to commence.exe.
Public propertyName
Name of currently open Commence database.
Public propertyPath
Path of currently open Commence database.
Public propertyRegisteredUser
Registered user of current Commence database.
Public propertyVersion
Version of active Commence application.
Public propertyVersionExt
Extended version of active Commence application.
Top
Methods
  NameDescription
Public methodClose
Close any references to Commence. Objects implementing this interface should be disposed after this. Important: object derived from this interface will also have their COM-references closed.
Top
See Also