The methods of the OutputWindow class are listed below. For a complete list of OutputWindow class members, see the OutputWindow Members topic.
Public Instance Methods
CopyDict | Copy dictionary to window |
CopyOutput | Copy contents of window to output |
CopyStored | Copy from input manipulator to internal window |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetAvailable | Get bytes available for output in window |
GetFreeSpace | Get remaining unfilled space in window |
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. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Repeat | Append a byte pattern already in the window itself |
Reset | Reset by clearing window so GetAvailable returns 0 |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Write | Write a byte to this output window |
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
OutputWindow Class | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace