C# 클래스 GlobalcachingApplication.Plugins.GAPPDataStorage.InternalStorage.FileCollection

상속: IDisposable
파일 보기 프로젝트 열기: GlobalcachingEU/GAPP

공개 메소드들

메소드 설명
Dispose ( ) : void
EndReleaseForCopy ( ) : void
FileCollection ( string baseFilename ) : System
StartReleaseForCopy ( ) : void
getFilename ( string targetFile, string extension ) : string

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EndReleaseForCopy() 공개 메소드

public EndReleaseForCopy ( ) : void
리턴 void

FileCollection() 공개 메소드

public FileCollection ( string baseFilename ) : System
baseFilename string
리턴 System

StartReleaseForCopy() 공개 메소드

public StartReleaseForCopy ( ) : void
리턴 void

getFilename() 공개 정적인 메소드

public static getFilename ( string targetFile, string extension ) : string
targetFile string
extension string
리턴 string