The ContextManager type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetContext
Not implemented yet.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNewOrExistingContext
Get's a new or existing context. The context definition must alreay exist.
Public methodGetNewOrExistingContextDef
Gets a new or existing Context definition
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadConfiguration
Load the contextdef's from a xml configuration file
Protected methodLoadConfigurationAfter
Called after ContextManager specific configuration was loaded - internal call made during a LoadConfiguration call
Protected methodLoadConfigurationBefore
Called before context manager specific configuration is loaded - internal call made during a LoadConfiguration call
Protected methodLoadContextAfter
Called after an individual context was loaded - internal call made during a LoadConfiguration call
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also