The Context type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Activate |
Activates existing windows/views within the context
|
![]() | Create |
Called when the context is going to create views/show windows
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Finalizer to remove the reference in the context def to this context
(Overrides Object..::..Finalize()()()().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Init |
Called when the context is first created
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Release |
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.
|
![]() | ReleaseReference |
Called when the context is no longer needed (i.e. IViewContainer closed, etc.)
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |