C# Class PathLib.Paths

Factory functions for concrete paths.
Afficher le fichier Open project: nemec/pathlib

Méthodes publiques

Méthode Description
Create ( ) : IPath

Factory method to create a new Path instance based upon the current operating system.

Create ( DirectoryInfo info ) : IPath

Factory method to create a new Path instance based upon the current operating system.

Create ( FileInfo info ) : IPath

Factory method to create a new Path instance based upon the current operating system.

Create ( string path ) : IPath

Factory method to create a new Path instance based upon the current operating system.

Private Methods

Méthode Description
Paths ( ) : System

Method Details

Create() public static méthode

Factory method to create a new Path instance based upon the current operating system.
public static Create ( ) : IPath
Résultat IPath

Create() public static méthode

Factory method to create a new Path instance based upon the current operating system.
public static Create ( DirectoryInfo info ) : IPath
info System.IO.DirectoryInfo
Résultat IPath

Create() public static méthode

Factory method to create a new Path instance based upon the current operating system.
public static Create ( FileInfo info ) : IPath
info System.IO.FileInfo
Résultat IPath

Create() public static méthode

Factory method to create a new Path instance based upon the current operating system.
public static Create ( string path ) : IPath
path string
Résultat IPath