Piccolo.NET

PStream.RecordWrittenSurrogateSelector Members

PStream.RecordWrittenSurrogateSelector overview

Public Instance Constructors

PStream.RecordWrittenSurrogateSelector Constructor Constructs a new RecordWrittenSurrogateSelector.

Public Instance Methods

AddSurrogate (inherited from SurrogateSelector) Adds a surrogate to the list of checked surrogates.
ChainSelector (inherited from SurrogateSelector)Adds the specified ISurrogateSelector that can handle a particular object type to the list of surrogates.
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.
GetNextSelector (inherited from SurrogateSelector)Returns the next selector on the chain of selectors.
GetSurrogate Returns a PStream.RecordWrittenSurrogate, that wraps the surrogate for a particular type.
GetType (inherited from Object)Gets the Type of the current instance.
RemoveSurrogate (inherited from SurrogateSelector)Removes the surrogate associated with a given type.
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.RecordWrittenSurrogateSelector Class | UMD.HCIL.Piccolo.Util Namespace