Click or drag to resize
AccessContextualTScope, TParent, TChildContextual Methods

The AccessContextualTScope, TParent, TChildContextual generic type exposes the following members.

Methods
  NameDescription
Public methodCreateChild
Creates a child contextual with an access scope of childScope.
Public methodCreateChildWithin
Creates a child contextual with the same access scope as the parent.
Public methodCreateChildWithin(TScope)
Creates a child contextual with same access scope as the intersection of the access scope of the parent and maximumChildScope.
Public methodDispose
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodThisAsTParent
Returns the acess contextual when it is used as the parent of a new child context derived from this access context.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also