Server Object

An object reference to a server in a project.

Server

Remarks

A server object is created and instantiated for each server in a project after building an executable file (.exe) or dynamic link library (.dll) from the project. The server object provides an object reference to a server in the project, and makes it possible for you to determine information about the server and manipulate it through the server object properties.

A project's servers collection is composed of all the server objects in the project.

Note that a server object is a COM object, so assigning a server object reference to a memory variable creates a memory variable of class "Unknown Type."

See Also

Server Object Properties, Methods and Events | File Object | Files Collection | Project Object | Projects Collection | ProjectHook Object | Servers Collection