C# 클래스 NZBHags.FileCollection

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

공개 프로퍼티들

프로퍼티 타입 설명
ProgressKB ulong
TotalSize ulong
speed uint

공개 메소드들

메소드 설명
CalculateTotalSize ( ) : void
FileCollection ( string name ) : System
FileCollection ( string name, List files ) : System
GenerateQueue ( ) : void
GetNextFileJob ( ) : FileJob

메소드 상세

CalculateTotalSize() 공개 메소드

public CalculateTotalSize ( ) : void
리턴 void

FileCollection() 공개 메소드

public FileCollection ( string name ) : System
name string
리턴 System

FileCollection() 공개 메소드

public FileCollection ( string name, List files ) : System
name string
files List
리턴 System

GenerateQueue() 공개 메소드

public GenerateQueue ( ) : void
리턴 void

GetNextFileJob() 공개 메소드

public GetNextFileJob ( ) : FileJob
리턴 FileJob

프로퍼티 상세

ProgressKB 공개적으로 프로퍼티

public ulong ProgressKB
리턴 ulong

TotalSize 공개적으로 프로퍼티

public ulong TotalSize
리턴 ulong

speed 공개적으로 프로퍼티

public uint speed
리턴 uint