C# Class Simple.DynamicProxy.MarshallableDynamicProxyImpl

Inheritance: System.Runtime.Remoting.Proxies.RealProxy, IDynamicProxy
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode 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 méthode

public CreateObjRef ( Type ServerType ) : ObjRef
ServerType System.Type
Résultat System.Runtime.Remoting.ObjRef

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

Invoke() public méthode

public Invoke ( IMessage message ) : IMessage
message IMessage
Résultat IMessage

MarshallableDynamicProxyImpl() public méthode

public MarshallableDynamicProxyImpl ( MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
targetObject System.MarshalByRefObject
invoker InvocationDelegate
Résultat System

MarshallableDynamicProxyImpl() public méthode

public MarshallableDynamicProxyImpl ( Type type1, MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
type1 System.Type
targetObject System.MarshalByRefObject
invoker InvocationDelegate
Résultat System