C# Class CrystalMpq.ResolveStreamEventArgs

ResolveStreamEventArgs is used for applying a patch.
It is the responsibility to provide a valid stream.
Inheritance: System.EventArgs, IDisposable
Mostra file Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Method Description
ResolveStreamEventArgs ( ) : System
TransferStreamOwnership ( ) : Stream

Transfers the stream ownership to the caller.

This method will return the value of Stream and set the property to null afterwards. After a call to this method, the caller becomes responsible for managing the stream.

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void