C# Class AcManager.Tools.Helpers.AbstractSubdirectoryWatcherProvider

Inheritance: IDisposable
Show file Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
Watcher ( ) : ContentWatcher

Protected Methods

Method Description
GetSubdirectoryFilename ( string name ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSubdirectoryFilename() protected abstract method

protected abstract GetSubdirectoryFilename ( string name ) : string
name string
return string

Watcher() public method

public Watcher ( ) : ContentWatcher
return ContentWatcher