Context Methods
.NET Framework 4
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The Context type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllocateDataSlot | Infrastructure. Allocates an unnamed data slot. |
|
AllocateNamedDataSlot | Infrastructure. Allocates a named data slot. |
|
DoCallBack | Infrastructure. Executes code in another context. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Infrastructure. Cleans up the backing objects for the nondefault contexts. (Overrides Object.Finalize().) |
|
FreeNamedDataSlot | Infrastructure. Frees a named data slot on all the contexts. |
|
Freeze | Infrastructure. Freezes the context, making it impossible to add or remove context properties from the current context. |
|
GetData | Infrastructure. Retrieves the value from the specified slot on the current context. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetNamedDataSlot | Infrastructure. Looks up a named data slot. |
|
GetProperty | Infrastructure. Returns a specific context property, specified by name. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RegisterDynamicProperty | Infrastructure. Registers a dynamic property implementing the IDynamicProperty interface with the remoting service. |
|
SetData | Infrastructure. Sets the data in the specified slot on the current context. |
|
SetProperty | Infrastructure. Sets a specific context property by name. |
|
ToString | Infrastructure. Returns a String class representation of the current context. (Overrides Object.ToString().) |
|
UnregisterDynamicProperty | Infrastructure. Unregisters a dynamic property implementing the IDynamicProperty interface. |