IObjectReference

IObjectReference

System.Runtime.Serialization (mscorlib.dll) interface

This interface indicates that an object references another object. Use of this interface means that during deserialization, the object must be dereferenced during fixup so the "real" object is placed in the object graph.

 public interface  IObjectReference  {  // Public Instance Methods  public object  GetRealObject  (StreamingContext   context   ); } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net