System.Runtime.Remoting.Proxies.ProxyAttribute: Method Members

The methods of System.Runtime.Remoting.Proxies.ProxyAttribute are listed below. For a list of all members, see the ProxyAttribute Members list.

See Also: Inherited members from System.Attribute

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.