C# Class CSSScript.ShellExForm.SEItem

Show file Open project: oleg-shilo/cs-script

Public Properties

Property Type Description
isConsole bool
isDir bool
isSeparator bool
level int
location string
path string

Public Methods

Method Description
GetLogicalFileName ( ) : string
Refresh ( ) : void
SEItem ( string path ) : System
ToString ( ) : string

Method Details

GetLogicalFileName() public method

public GetLogicalFileName ( ) : string
return string

Refresh() public method

public Refresh ( ) : void
return void

SEItem() public method

public SEItem ( string path ) : System
path string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

isConsole public property

public bool isConsole
return bool

isDir public property

public bool isDir
return bool

isSeparator public property

public bool isSeparator
return bool

level public property

public int level
return int

location public property

public string location
return string

path public property

public string path
return string