Home
   Home  |  Preliminary Docs  |  Design Diagrams  |  Reference  |  Development Docs  |  Download  |  Source Code  |  Final Reports  |
ISolpackGameLib Interface

A library implements the ISolpackGameLib interface to expose the games it contains.

Properties:

PropertyDescription
Author Read-Only Property Retrieves the name of the person or company who developed the game library.
Email Read-Only Property Retrieves the e-mail address of the author.
WebSite Read-Only Property Retrieves the web site address of the author.
NumGames Read-Only Property Retrieves the count of games implemented in the game library.

Methods:

MethodDescription
GetGame Creates and returns an instance of the specified game object.
GetGameInfo Retrieves static information about the specified game.

Interface Information:

ImplementationCustom
Inherits fromIDispatch
  February 24, 2002 jmhoersc@mtu.edu