C# 클래스 PathLib.Paths

Factory functions for concrete paths.
파일 보기 프로젝트 열기: nemec/pathlib

공개 메소드들

메소드 설명
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