C# Class CSSScript.ShellExForm.SEItem

Afficher le fichier Open project: oleg-shilo/cs-script

Méthodes publiques

Свойство Type Description
isConsole bool
isDir bool
isSeparator bool
level int
location string
path string

Méthodes publiques

Méthode Description
GetLogicalFileName ( ) : string
Refresh ( ) : void
SEItem ( string path ) : System
ToString ( ) : string

Method Details

GetLogicalFileName() public méthode

public GetLogicalFileName ( ) : string
Résultat string

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SEItem() public méthode

public SEItem ( string path ) : System
path string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

isConsole public_oe property

public bool isConsole
Résultat bool

isDir public_oe property

public bool isDir
Résultat bool

isSeparator public_oe property

public bool isSeparator
Résultat bool

level public_oe property

public int level
Résultat int

location public_oe property

public string location
Résultat string

path public_oe property

public string path
Résultat string