C# Class Mosa.FileSystem.VFS.PathSplitter

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Свойство Type Description
length int
path string
seperators int[]

Méthodes publiques

Méthode Description
FindFirst ( string path ) : int
GetPath ( int index ) : string
PathSplitter ( string path ) : System.IO
this ( int index ) : string

Méthodes protégées

Méthode Description
MarkSeperators ( ) : void

Method Details

FindFirst() public méthode

public FindFirst ( string path ) : int
path string
Résultat int

GetPath() public méthode

public GetPath ( int index ) : string
index int
Résultat string

MarkSeperators() protected méthode

protected MarkSeperators ( ) : void
Résultat void

PathSplitter() public méthode

public PathSplitter ( string path ) : System.IO
path string
Résultat System.IO

this() public méthode

public this ( int index ) : string
index int
Résultat string

Property Details

length protected_oe property

protected int length
Résultat int

path protected_oe property

protected string path
Résultat string

seperators protected_oe property

protected int[] seperators
Résultat int[]