An overview of the Gekko namespace
Wraps up any object, together with an identifying tagstring. Derived from TaggedObject.
Adds a tagstring to an object. Objects with equal tagstrings are considered
equal.
A list of objects with a corresponding tag. Items
can be retrieved by name using FindItem.
Derived from System.Collections.ArrayList
Root classe
Implements IConnectionPointContainer and IEnumConnectionPoints. Can be
used as a base class for any connectable automation class, that is an automation
servers which does sink events.
Wraps up the data of a connection to an AutoObjectWithEvents.
An abstract class to be implemented by an AutoObjectWithEvents
descendant. The implementation of the InitConnection method will create the
actual Connection.
Implements the COM classes IConnectionPoint and IEnumConnections. Every
connectionpoint in an AutoObjectWithEvents
is managed by one ConnectionPoint object.
Implements the .net interface System.Collections.Ienumerable for easy
enumeration of the actual connections.
Bundles the value of the most common hResult values in COM.
|