Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Mosa
FileSystem
VFS
PathSplitter
C# 클래스 Mosa.FileSystem.VFS.PathSplitter
파일 보기
프로젝트 열기: tgiphil/MOSA-Project
1 사용 예제들
보호된 프로퍼티들
프로퍼티
타입
설명
length
int
path
string
seperators
int[]
공개 메소드들
메소드
설명
FindFirst
(
string
path
) :
int
GetPath
(
int
index
) :
string
PathSplitter
(
string
path
) :
System.IO
this
(
int
index
) :
string
보호된 메소드들
메소드
설명
MarkSeperators
( ) :
void
메소드 상세
FindFirst()
공개
메소드
public
FindFirst
(
string
path
) :
int
path
string
리턴
int
GetPath()
공개
메소드
public
GetPath
(
int
index
) :
string
index
int
리턴
string
MarkSeperators()
보호된
메소드
protected
MarkSeperators
( ) :
void
리턴
void
PathSplitter()
공개
메소드
public
PathSplitter
(
string
path
) :
System.IO
path
string
리턴
System.IO
this()
공개
메소드
public
this
(
int
index
) :
string
index
int
리턴
string
프로퍼티 상세
length
보호되어 있는 프로퍼티
protected
int
length
리턴
int
path
보호되어 있는 프로퍼티
protected
string
path
리턴
string
seperators
보호되어 있는 프로퍼티
protected
int[]
seperators
리턴
int[]