C# Class Simple.DynamicProxy.MarshallableDynamicProxyImpl.CustomObjRef

Inheritance: System.Runtime.Remoting.ObjRef
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

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

Method Details

CustomObjRef() public méthode

public CustomObjRef ( MarshalByRefObject obj, Type type ) : System
obj System.MarshalByRefObject
type System.Type
Résultat System

GetObjectData() public méthode

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

GetRealObject() public méthode

public GetRealObject ( StreamingContext context ) : object
context System.Runtime.Serialization.StreamingContext
Résultat object