The members of System.Runtime.Remoting.Contexts.Context are listed below.
See Also: Inherited members from System.Object
Context() |
Initializes a new instance of the System.Runtime.Remoting.Contexts.Context class. |
[read-only] | ContextID | int.
Gets the context ID for the current context. |
[read-only] | ContextProperties | System.Runtime.Remoting.Contexts.IContextProperty[].
Gets the array of the current context properties. |
[read-only] static | DefaultContext | System.Runtime.Remoting.Contexts.Context.
Gets the default context for the current application domain. |
static | AllocateDataSlot()
| |
static | AllocateNamedDataSlot(string)
| |
DoCallBack(System.Runtime.Remoting.Contexts.CrossContextDelegate)
| ||
Finalize()
| ||
static | FreeNamedDataSlot(string)
| |
Freeze()
| ||
static | GetData(LocalDataStoreSlot)
| |
static | GetNamedDataSlot(string)
| |
GetProperty(string)
| ||
static | RegisterDynamicProperty(System.Runtime.Remoting.Contexts.IDynamicProperty, ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
| |
static | SetData(LocalDataStoreSlot, object)
| |
SetProperty(System.Runtime.Remoting.Contexts.IContextProperty)
| ||
override | ToString()
| |
static | UnregisterDynamicProperty(string, ContextBoundObject, System.Runtime.Remoting.Contexts.Context)
|