IServer Class Reference

List of all members.

Detailed Description

Root object of the whole Pro/INTRALINK COM Server.

Note:
Do not confuse this object with Pro/INTRALINK server. This object represents COM server.
This is the default interface of CServer class. CServer is the ony class that is explicitly instantiated by the client language. All other objects within Pro/INTRALINK COM Server are directly or indirectly accessed through this object.

Instantiation
[Visual Basic .NET]
    Dim server As New IntralinkServer.CServer
[C#]
    IntralinkServer.IServer server = new IntralinkServer.CServer();


Properties

ICommonspace Commonspace [get]
 Client can access Commonspace-related functionality through this object.
BSTR CurrentDir [get]
 Current directory.
BSTR DebugLog [get]
 Absolute path to debug log.
BSTR Exe [get]
 Absolute path to executable that implements this COM object.
ILocalDatabases LocalDatabases [get]
 Collection of local databases we are currently connected to.
BSTR RunDir [get]
 Run directory (ending with path separator) of this Pro/INTRALINK Server instance.
SAFEARRAY TypeNames [get]
 Contains all TypeName_* constants.


Generated on Tue Jan 23 22:15:20 2007 for ACI for Pro/INTRALINK by  doxygen 1.5.1-p1