System.Runtime.Remoting.RemotingConfiguration.IsRemotelyActivatedClientType Method

Checks whether the object specified by its type name and assembly name is registered as a remotely activated client type.

Syntax

public static ActivatedClientTypeEntry IsRemotelyActivatedClientType (string typeName, string assemblyName)

Parameters

typeName
The type name of the object to check.
assemblyName
The assembly name of the object to check.

Returns

The System.Runtime.Remoting.ActivatedClientTypeEntry that corresponds to the specified object type.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0