Mono Class Library: Overview

System.Runtime.Remoting.RemotingConfiguration: Members

The members of System.Runtime.Remoting.RemotingConfiguration are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
ApplicationIdstring. Documentation for this section has not yet been entered.
static
ApplicationNamestring. Documentation for this section has not yet been entered.
static
CustomErrorsModeCustomErrorsModes. Documentation for this section has not yet been entered.
[read-only]
static
ProcessIdstring. Documentation for this section has not yet been entered.

Public Methods

static
Configure(string)
Documentation for this section has not yet been entered.
static
Configure(string, bool)
Documentation for this section has not yet been entered.
static
CustomErrorsEnabled(bool) : bool
Documentation for this section has not yet been entered.
static
GetRegisteredActivatedClientTypes() : ActivatedClientTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredActivatedServiceTypes() : ActivatedServiceTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredWellKnownClientTypes() : WellKnownClientTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredWellKnownServiceTypes() : WellKnownServiceTypeEntry[]
Documentation for this section has not yet been entered.
static
IsActivationAllowed(Type) : bool
Documentation for this section has not yet been entered.
static
IsRemotelyActivatedClientType(Type) : ActivatedClientTypeEntry
Documentation for this section has not yet been entered.
static
IsRemotelyActivatedClientType(string, string) : ActivatedClientTypeEntry
Documentation for this section has not yet been entered.
static
IsWellKnownClientType(Type) : WellKnownClientTypeEntry
Documentation for this section has not yet been entered.
static
IsWellKnownClientType(string, string) : WellKnownClientTypeEntry
Documentation for this section has not yet been entered.
static
RegisterActivatedClientType(ActivatedClientTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterActivatedClientType(Type, string)
Documentation for this section has not yet been entered.
static
RegisterActivatedServiceType(ActivatedServiceTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterActivatedServiceType(Type)
Documentation for this section has not yet been entered.
static
RegisterWellKnownClientType(WellKnownClientTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterWellKnownClientType(Type, string)
Documentation for this section has not yet been entered.
static
RegisterWellKnownServiceType(WellKnownServiceTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterWellKnownServiceType(Type, string, WellKnownObjectMode)
Documentation for this section has not yet been entered.