C# Class Microsoft.Tools.WindowsInstaller.Storage

Lightweight wrapper around OLE structure storages.
Inheritance: IDisposable
Mostrar archivo Open project: heaths/psmsi

Private Properties

Property Type Description
OpenStorage Storage
Storage System

Public Methods

Method Description
Dispose ( ) : void

Closes the OLE storage file.

Private Methods

Method Description
OpenStorage ( string path ) : Storage

Opens an OLE storage file.

Storage ( NativeMethods stg ) : System

Method Details

Dispose() public method

Closes the OLE storage file.
public Dispose ( ) : void
return void