C# Class Tests.TestFileSystem

Inheritance: IFileHandler, IFolderHandler
Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetAllMp3s ( string path ) : List
GetTags ( GetTagsOption option ) : string>.Dictionary
Rename ( string newName ) : void
SetTags ( string>.Dictionary tags ) : void
TestFileSystem ( ) : System.Collections.Generic

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAllMp3s() public méthode

public GetAllMp3s ( string path ) : List
path string
Résultat List

GetTags() public méthode

public GetTags ( GetTagsOption option ) : string>.Dictionary
option GetTagsOption
Résultat string>.Dictionary

Rename() public méthode

public Rename ( string newName ) : void
newName string
Résultat void

SetTags() public méthode

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
Résultat void

TestFileSystem() public méthode

public TestFileSystem ( ) : System.Collections.Generic
Résultat System.Collections.Generic