Click or drag to resize
ProxyObjectReference Class
Handles the deserialization of proxies.
Inheritance Hierarchy
SystemObject
  X3Platform.DynamicProxy.SerializationProxyObjectReference

Namespace: X3Platform.DynamicProxy.Serialization
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute]
public class ProxyObjectReference : IObjectReference, 
	ISerializable

The ProxyObjectReference type exposes the following members.

Constructors
  NameDescription
Protected methodProxyObjectReference
Initializes a new instance of the ProxyObjectReference class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData
Public methodGetRealObject
Public methodGetType (Inherited from Object.)
Protected methodInvokeCallback
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRecreateClassProxy
Public methodRecreateInterfaceProxy
Protected methodRecreateProxy
Public methodStatic memberResetScope
Usefull for test cases
Public methodToString (Inherited from Object.)
Top
See Also