C# Class System.IO.PathInternal

Contains internal path helpers that are shared between many projects.
Afficher le fichier Open project: PlayScriptRedux/playscript Class Usage Examples

Méthodes publiques

Méthode Description
HasIllegalCharacters ( string path, bool checkAdditional ) : bool
IsPartiallyQualified ( string path ) : bool

Method Details

HasIllegalCharacters() public static méthode

public static HasIllegalCharacters ( string path, bool checkAdditional ) : bool
path string
checkAdditional bool
Résultat bool

IsPartiallyQualified() public static méthode

public static IsPartiallyQualified ( string path ) : bool
path string
Résultat bool