C# Class Simple.DynamicProxy.MarshallableDynamicProxyImpl.CustomObjRef

Inheritance: System.Runtime.Remoting.ObjRef
ファイルを表示 Open project: juanplopes/simple

Public Methods

Method Description
CustomObjRef ( MarshalByRefObject obj, Type type ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : object

Method Details

CustomObjRef() public method

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

GetObjectData() public method

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

GetRealObject() public method

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