C# 클래스 Simple.DynamicProxy.MarshallableDynamicProxyImpl

상속: System.Runtime.Remoting.Proxies.RealProxy, IDynamicProxy
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
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