System.Runtime.Remoting.Proxies.ProxyAttribute Members

The members of System.Runtime.Remoting.Proxies.ProxyAttribute are listed below.

See Also: Inherited members from System.Attribute

Public Constructors

Initializes a new instance of the System.Runtime.Remoting.Proxies.ProxyAttribute class with default values.

Public Methods

CreateInstance(Type) : MarshalByRefObject

Creates either an uninitialized MarshalByRefObject or a transparent proxy, depending on whether the specified type can exist in the current context.

CreateProxy(System.Runtime.Remoting.ObjRef, Type, object, System.Runtime.Remoting.Contexts.Context) : RealProxy

Creates an instance of a remoting proxy for a remote object described by the specified System.Runtime.Remoting.ObjRef, and located on the server.

GetPropertiesForNewContext(System.Runtime.Remoting.Activation.IConstructionCallMessage)

Gets properties for a new context.

IsContextOK(System.Runtime.Remoting.Contexts.Context, System.Runtime.Remoting.Activation.IConstructionCallMessage) : bool

Checks the specified context.