C# Класс PathLib.Paths

Factory functions for concrete paths.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Paths ( ) : System

Описание методов

Create() публичный статический Метод

Factory method to create a new Path instance based upon the current operating system.
public static Create ( ) : IPath
Результат IPath

Create() публичный статический Метод

Factory method to create a new Path instance based upon the current operating system.
public static Create ( DirectoryInfo info ) : IPath
info System.IO.DirectoryInfo
Результат IPath

Create() публичный статический Метод

Factory method to create a new Path instance based upon the current operating system.
public static Create ( FileInfo info ) : IPath
info System.IO.FileInfo
Результат IPath

Create() публичный статический Метод

Factory method to create a new Path instance based upon the current operating system.
public static Create ( string path ) : IPath
path string
Результат IPath