C# Class Microsoft.Tools.WindowsInstaller.Storage

Lightweight wrapper around OLE structure storages.
Inheritance: IDisposable
Afficher le fichier Open project: heaths/psmsi

Private Properties

Свойство Type Description
OpenStorage Storage
Storage System

Méthodes publiques

Méthode Description
Dispose ( ) : void

Closes the OLE storage file.

Private Methods

Méthode Description
OpenStorage ( string path ) : Storage

Opens an OLE storage file.

Storage ( NativeMethods stg ) : System

Method Details

Dispose() public méthode

Closes the OLE storage file.
public Dispose ( ) : void
Résultat void