C# 클래스 PathLib.PurePathFactory

Creates IPurePath implementations depending on the current platform.
파일 보기 프로젝트 열기: nemec/pathlib

공개 메소드들

메소드 설명
Create ( ) : IPurePath

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

Create ( PurePathFactoryOptions options ) : IPurePath

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

Create ( string path ) : IPurePath

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

Create ( string path, PurePathFactoryOptions options ) : IPurePath

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

TryCreate ( string path, IPurePath &result ) : bool

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

TryCreate ( string path, PurePathFactoryOptions options, IPurePath &result ) : bool

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

비공개 메소드들

메소드 설명
ApplyOptions ( IPurePath path, PurePathFactoryOptions options ) : IPurePath

메소드 상세

Create() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public Create ( ) : IPurePath
리턴 IPurePath

Create() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public Create ( PurePathFactoryOptions options ) : IPurePath
options PurePathFactoryOptions
리턴 IPurePath

Create() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public Create ( string path ) : IPurePath
path string
리턴 IPurePath

Create() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public Create ( string path, PurePathFactoryOptions options ) : IPurePath
path string
options PurePathFactoryOptions
리턴 IPurePath

TryCreate() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public TryCreate ( string path, IPurePath &result ) : bool
path string
result IPurePath
리턴 bool

TryCreate() 공개 메소드

Factory method to create a new PurePath instance based upon the current operating system.
public TryCreate ( string path, PurePathFactoryOptions options, IPurePath &result ) : bool
path string
options PurePathFactoryOptions
result IPurePath
리턴 bool