C# Class NMaier.SimpleDlna.GUI.ServerListViewItem

Inheritance: System.Windows.Forms.ListViewItem, IDisposable
Show file Open project: nmaier/simpleDLNA Class Usage Examples

Private Properties

Property Type Description
BeginInvoke void
Load void
Rescan void
ServerListViewItem System
StartFileServer void
StopFileServer void
Toggle void
UpdateInfo void
UpdateInfo void

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
BeginInvoke ( System.Action func ) : void
Load ( ) : void
Rescan ( ) : void
ServerListViewItem ( HttpServer server, FileInfo cacheFile, ServerDescription description ) : System
StartFileServer ( ) : void
StopFileServer ( ) : void
Toggle ( ) : void
UpdateInfo ( ) : void
UpdateInfo ( ServerDescription description ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void