C# 클래스 DirectoryCompressor.Form1.File

파일 보기 프로젝트 열기: Patapom/GodComplex

공개 프로퍼티들

프로퍼티 타입 설명
m_extension string
m_file System.IO.FileInfo
m_fullName string
m_size long

공개 메소드들

메소드 설명
CompareBinary ( File _other ) : bool

Performs a binary comparison of 2 files, returns true if both files are identical

File ( FileInfo _file ) : System
ToString ( ) : string

메소드 상세

CompareBinary() 공개 메소드

Performs a binary comparison of 2 files, returns true if both files are identical
public CompareBinary ( File _other ) : bool
_other System.IO.File
리턴 bool

File() 공개 메소드

public File ( FileInfo _file ) : System
_file System.IO.FileInfo
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

m_extension 공개적으로 프로퍼티

public string m_extension
리턴 string

m_file 공개적으로 프로퍼티

public FileInfo,System.IO m_file
리턴 System.IO.FileInfo

m_fullName 공개적으로 프로퍼티

public string m_fullName
리턴 string

m_size 공개적으로 프로퍼티

public long m_size
리턴 long