C# 클래스 FilesMatchFinder.LostFile

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

공개 프로퍼티들

프로퍼티 타입 설명
BeginFrom long
Length long
Name string

공개 메소드들

메소드 설명
LostFile ( string name, long length, long beginFrom ) : System.IO

메소드 상세

LostFile() 공개 메소드

public LostFile ( string name, long length, long beginFrom ) : System.IO
name string
length long
beginFrom long
리턴 System.IO

프로퍼티 상세

BeginFrom 공개적으로 프로퍼티

public long BeginFrom
리턴 long

Length 공개적으로 프로퍼티

public long Length
리턴 long

Name 공개적으로 프로퍼티

public string Name
리턴 string