C# Class CSSScript.SEItem

Mostrar archivo Open project: oleg-shilo/cs-script Class Usage Examples

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_oe property

public bool isConsole
return bool

isDir public_oe property

public bool isDir
return bool

isSeparator public_oe property

public bool isSeparator
return bool

level public_oe property

public int level
return int

location public_oe property

public string location
return string

path public_oe property

public string path
return string