Namespace: System.Runtime.Remoting.Activation

The System.Runtime.Remoting.Activation namespace provides classes and objects that support server and client activation of remote objects.

Members of System.Runtime.Remoting.Activation Namespace

Classes
Class Description
class UrlAttribute Defines an attribute that can be used at the call site to specify the URL where the activation will happen. This class cannot be inherited. 

Interfaces
Interface Description
interface IActivator Provides the basic functionality for a Remoting activator class. 
interface IConstructionCallMessage Represents the construction call request of an object. 
interface IConstructionReturnMessage Identifies an IMethodReturnMessage that is returned after attempting to activate a remote object. 

Enumerations
Enumeration Description
enumeration ActivatorLevel Defines the appropriate position for an Activator in the chain of activators. 

Namepace hierarchy

Copyright (c) 2002 Microsoft Corporation. All rights reserved.