C# Класс Simple.DynamicProxy.MarshallableDynamicProxyImpl

Наследование: System.Runtime.Remoting.Proxies.RealProxy, IDynamicProxy
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CreateObjRef() публичный Метод

public CreateObjRef ( Type ServerType ) : ObjRef
ServerType System.Type
Результат System.Runtime.Remoting.ObjRef

GetObjectData() публичный Метод

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат void

Invoke() публичный Метод

public Invoke ( IMessage message ) : IMessage
message IMessage
Результат IMessage

MarshallableDynamicProxyImpl() публичный Метод

public MarshallableDynamicProxyImpl ( MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
targetObject System.MarshalByRefObject
invoker InvocationDelegate
Результат System

MarshallableDynamicProxyImpl() публичный Метод

public MarshallableDynamicProxyImpl ( Type type1, MarshalByRefObject targetObject, InvocationDelegate invoker ) : System
type1 System.Type
targetObject System.MarshalByRefObject
invoker InvocationDelegate
Результат System