Piccolo.NET

PStream.RecordWrittenSurrogate Members

PStream.RecordWrittenSurrogate overview

Public Instance Constructors

PStream.RecordWrittenSurrogate Constructor Constructs a new RecordWrittenSurrogate.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Populates the provided SerializationInfo with the data needed to serialize the object and records that the object was unconditionally written.
GetType (inherited from Object)Gets the Type of the current instance.
SetObjectData Returns null since this surrogate is never be used for deserialization.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

PStream.RecordWrittenSurrogate Class | UMD.HCIL.Piccolo.Util Namespace