C# 클래스 CSSScript.SEItem

파일 보기 프로젝트 열기: oleg-shilo/cs-script 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
isConsole bool
isDir bool
isSeparator bool
level int
location string
path string

공개 메소드들

메소드 설명
GetLogicalFileName ( ) : string
Refresh ( ) : void
SEItem ( string path ) : System
ToString ( ) : string

메소드 상세

GetLogicalFileName() 공개 메소드

public GetLogicalFileName ( ) : string
리턴 string

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SEItem() 공개 메소드

public SEItem ( string path ) : System
path string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

isConsole 공개적으로 프로퍼티

public bool isConsole
리턴 bool

isDir 공개적으로 프로퍼티

public bool isDir
리턴 bool

isSeparator 공개적으로 프로퍼티

public bool isSeparator
리턴 bool

level 공개적으로 프로퍼티

public int level
리턴 int

location 공개적으로 프로퍼티

public string location
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string