C# Class GlobalcachingApplication.Plugins.GAPPDataStorage.InternalStorage.FileCollection

Inheritance: IDisposable
显示文件 Open project: GlobalcachingEU/GAPP

Public Methods

Method Description
Dispose ( ) : void
EndReleaseForCopy ( ) : void
FileCollection ( string baseFilename ) : System
StartReleaseForCopy ( ) : void
getFilename ( string targetFile, string extension ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EndReleaseForCopy() public method

public EndReleaseForCopy ( ) : void
return void

FileCollection() public method

public FileCollection ( string baseFilename ) : System
baseFilename string
return System

StartReleaseForCopy() public method

public StartReleaseForCopy ( ) : void
return void

getFilename() public static method

public static getFilename ( string targetFile, string extension ) : string
targetFile string
extension string
return string