Deployment Tools Foundation
Dispose Method (disposing)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► CompressionEngine ► Dispose(Boolean)
Disposes of resources allocated by the compression engine.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected virtual void Dispose( bool disposing )
Protected Overridable Sub Dispose ( disposing As Boolean )
protected: virtual void Dispose( bool disposing )
abstract Dispose : disposing : bool -> unit override Dispose : disposing : bool -> unit
Parameters
- disposing (Boolean)
- If true, the method has been called directly or indirectly by a user's code, so managed and unmanaged resources will be disposed. If false, the method has been called by the runtime from inside the finalizer, and only unmanaged resources will be disposed.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)