RemotingConfiguration.GetRegisteredActivatedClientTypes Method

Definition

Retrieves an array of object types registered on the client as types that will be activated remotely.

public:
 static cli::array <System::Runtime::Remoting::ActivatedClientTypeEntry ^> ^ GetRegisteredActivatedClientTypes();
public static System.Runtime.Remoting.ActivatedClientTypeEntry[] GetRegisteredActivatedClientTypes ();
static member GetRegisteredActivatedClientTypes : unit -> System.Runtime.Remoting.ActivatedClientTypeEntry[]
Public Shared Function GetRegisteredActivatedClientTypes () As ActivatedClientTypeEntry()

Returns

An array of object types registered on the client as types that will be activated remotely.

Exceptions

At least one of the callers higher in the callstack does not have permission to configure remoting types and channels.

Remarks

For a detailed description of client-activated objects, see Client Activation.

Applies to

See also