C# Class DreamEdit.fileInfo

Afficher le fichier Open project: headswe/DreamEdit Class Usage Examples

Méthodes publiques

Свойство Type Description
Checked bool
DirPath String
Extension String
FileName String
InternalPath String
Text String

Méthodes publiques

Méthode Description
fileInfo ( string FullPath, string InternalPath, bool Checked = true ) : System
fileInfo ( string FileName, string Path, string Extension ) : System

Method Details

fileInfo() public méthode

public fileInfo ( string FullPath, string InternalPath, bool Checked = true ) : System
FullPath string
InternalPath string
Checked bool
Résultat System

fileInfo() public méthode

public fileInfo ( string FileName, string Path, string Extension ) : System
FileName string
Path string
Extension string
Résultat System

Property Details

Checked public_oe property

public bool Checked
Résultat bool

DirPath public_oe property

public String DirPath
Résultat String

Extension public_oe property

public String Extension
Résultat String

FileName public_oe property

public String FileName
Résultat String

InternalPath public_oe property

public String InternalPath
Résultat String

Text public_oe property

public String Text
Résultat String