C# 클래스 BExIS.IO.BasicFileInfo

Basic informations of a file
파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
BasicFileInfo ( string name, string path, string mimeType, string extention, double fileSize ) : System

Constructor of BasicFileInfo

메소드 상세

BasicFileInfo() 공개 메소드

Constructor of BasicFileInfo
public BasicFileInfo ( string name, string path, string mimeType, string extention, double fileSize ) : System
name string
path string Location where the file exist
mimeType string Type of the file
extention string
fileSize double
리턴 System