C# 클래스 Simple.DynamicProxy.MarshallableDynamicProxyImpl.CustomObjRef

상속: System.Runtime.Remoting.ObjRef
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
CustomObjRef ( MarshalByRefObject obj, Type type ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : object

메소드 상세

CustomObjRef() 공개 메소드

public CustomObjRef ( MarshalByRefObject obj, Type type ) : System
obj System.MarshalByRefObject
type System.Type
리턴 System

GetObjectData() 공개 메소드

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

GetRealObject() 공개 메소드

public GetRealObject ( StreamingContext context ) : object
context System.Runtime.Serialization.StreamingContext
리턴 object