C# 클래스 Lucene.Net.LukeNet.FilesTabPage

파일 보기 프로젝트 열기: mammo/LukeSharp 1 사용 예제들

공개 메소드들

메소드 설명
CalcTotalFileSize ( FSDirectory dir ) : long
FilesTabPage ( ) : System
FilesTabPage ( IContainer container ) : System
NormalizeSize ( long len ) : String
NormalizeUnit ( long len ) : String
ShowFiles ( FSDirectory dir ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

CalcTotalFileSize() 공개 정적인 메소드

public static CalcTotalFileSize ( FSDirectory dir ) : long
dir FSDirectory
리턴 long

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

FilesTabPage() 공개 메소드

public FilesTabPage ( ) : System
리턴 System

FilesTabPage() 공개 메소드

public FilesTabPage ( IContainer container ) : System
container IContainer
리턴 System

NormalizeSize() 공개 정적인 메소드

public static NormalizeSize ( long len ) : String
len long
리턴 String

NormalizeUnit() 공개 정적인 메소드

public static NormalizeUnit ( long len ) : String
len long
리턴 String

ShowFiles() 공개 메소드

public ShowFiles ( FSDirectory dir ) : void
dir FSDirectory
리턴 void