RemotingConfiguration.GetRegisteredActivatedClientTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.