Mono Class Library: Overview

System.Runtime.Remoting.Contexts.Context: Members

The members of System.Runtime.Remoting.Contexts.Context are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
ContextIDint. Documentation for this section has not yet been entered.
[read-only]
ContextPropertiesSystem.Runtime.Remoting.Contexts.IContextProperty[]. Documentation for this section has not yet been entered.
[read-only]
static
DefaultContextSystem.Runtime.Remoting.Contexts.Context. Documentation for this section has not yet been entered.

Public Methods

static
AllocateDataSlot() : LocalDataStoreSlot
Documentation for this section has not yet been entered.
static
AllocateNamedDataSlot(string) : LocalDataStoreSlot
Documentation for this section has not yet been entered.
DoCallBack(System.Runtime.Remoting.Contexts.CrossContextDelegate)
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
static
FreeNamedDataSlot(string)
Documentation for this section has not yet been entered.
Freeze()
Documentation for this section has not yet been entered.
static
GetData(LocalDataStoreSlot) : object
Documentation for this section has not yet been entered.
static
GetNamedDataSlot(string) : LocalDataStoreSlot
Documentation for this section has not yet been entered.
GetProperty(string) : System.Runtime.Remoting.Contexts.IContextProperty
Documentation for this section has not yet been entered.
static
RegisterDynamicProperty(System.Runtime.Remoting.Contexts.IDynamicProperty, ContextBoundObject, System.Runtime.Remoting.Contexts.Context) : bool
Documentation for this section has not yet been entered.
static
SetData(LocalDataStoreSlot, object)
Documentation for this section has not yet been entered.
SetProperty(System.Runtime.Remoting.Contexts.IContextProperty)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
UnregisterDynamicProperty(string, ContextBoundObject, System.Runtime.Remoting.Contexts.Context) : bool
Documentation for this section has not yet been entered.