C# 클래스 Tests.TestFileSystem

상속: IFileHandler, IFolderHandler
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAllMp3s ( string path ) : List
GetTags ( GetTagsOption option ) : string>.Dictionary
Rename ( string newName ) : void
SetTags ( string>.Dictionary tags ) : void
TestFileSystem ( ) : System.Collections.Generic

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAllMp3s() 공개 메소드

public GetAllMp3s ( string path ) : List
path string
리턴 List

GetTags() 공개 메소드

public GetTags ( GetTagsOption option ) : string>.Dictionary
option GetTagsOption
리턴 string>.Dictionary

Rename() 공개 메소드

public Rename ( string newName ) : void
newName string
리턴 void

SetTags() 공개 메소드

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
리턴 void

TestFileSystem() 공개 메소드

public TestFileSystem ( ) : System.Collections.Generic
리턴 System.Collections.Generic