C# Class Decchi.Utilities.Abstraction

Inheritance: TagLib.File.IFileAbstraction, IDisposable
Afficher le fichier Open project: Usagination/Decchi Class Usage Examples

Méthodes publiques

Méthode Description
Abstraction ( string path, bool openForWrite = false ) : System
CloseStream ( Stream stream ) : void
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Abstraction() public méthode

public Abstraction ( string path, bool openForWrite = false ) : System
path string
openForWrite bool
Résultat System

CloseStream() public méthode

public CloseStream ( Stream stream ) : void
stream Stream
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void