C# Class Simple.DynamicProxy.MarshallableDynamicProxyImpl

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IDynamicProxy
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
CreateObjRef ( Type ServerType ) : ObjRef
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
Invoke ( IMessage message ) : IMessage
MarshallableDynamicProxyImpl ( MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
MarshallableDynamicProxyImpl ( Type type1, MarshalByRefObject targetObject, InvocationDelegate invoker ) : System

Method Details

CreateObjRef() public method

public CreateObjRef ( Type ServerType ) : ObjRef
ServerType System.Type
return System.Runtime.Remoting.ObjRef

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

Invoke() public method

public Invoke ( IMessage message ) : IMessage
message IMessage
return IMessage

MarshallableDynamicProxyImpl() public method

public MarshallableDynamicProxyImpl ( MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
targetObject System.MarshalByRefObject
invoker InvocationDelegate
return System

MarshallableDynamicProxyImpl() public method

public MarshallableDynamicProxyImpl ( Type type1, MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
type1 System.Type
targetObject System.MarshalByRefObject
invoker InvocationDelegate
return System