C# Class Tests.FakeMp3File

Inheritance: IMp3File
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
CopyTo ( string path ) : IMp3File
Delete ( ) : void
FakeMp3File ( Mp3Tags tags, string path ) : System.IO
MoveTo ( string path ) : void
Save ( ) : void

Method Details

CopyTo() public méthode

public CopyTo ( string path ) : IMp3File
path string
Résultat IMp3File

Delete() public méthode

public Delete ( ) : void
Résultat void

FakeMp3File() public méthode

public FakeMp3File ( Mp3Tags tags, string path ) : System.IO
tags FileLib.Mp3Tags
path string
Résultat System.IO

MoveTo() public méthode

public MoveTo ( string path ) : void
path string
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void