C# 클래스 NMaier.SimpleDlna.GUI.ServerListViewItem

상속: System.Windows.Forms.ListViewItem, IDisposable
파일 보기 프로젝트 열기: nmaier/simpleDLNA 1 사용 예제들

Private Properties

프로퍼티 타입 설명
BeginInvoke void
Load void
Rescan void
ServerListViewItem System
StartFileServer void
StopFileServer void
Toggle void
UpdateInfo void
UpdateInfo void

공개 메소드들

메소드 설명
Dispose ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void