The Context type exposes the following members.

Methods

  NameDescription
Public methodActivate
Activates existing windows/views within the context
Public methodCreate
Called when the context is going to create views/show windows
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer to remove the reference in the context def to this context
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Called when the context is first created
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRelease
Calling this means your objects external to this context have released all reference/use or need of it. Do not use the object after calling this. The object may be recycled by the context definition so use after releasing would cause a problem.
Protected methodReleaseReference
Called when the context is no longer needed (i.e. IViewContainer closed, etc.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyContainer
The Container associated with this context
Public propertyContextDef
The reference to the context definition that created this context
Public propertyInstanceID
The instance ID of this context
Public propertyParentContext
The parent context or null
Public propertyRootContainer
The root container

See Also