C# 클래스 System.Web.Mvc.IronRuby.Core.PathProviderPal

상속: Microsoft.Scripting.PlatformAdaptationLayer
파일 보기 프로젝트 열기: jschementi/ironrubymvc 1 사용 예제들

공개 메소드들

메소드 설명
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetDirectories ( string path, string searchPattern ) : string[]
GetFiles ( string path, string searchPattern ) : string[]
GetFullPath ( string path ) : string
IsAbsolutePath ( string path ) : bool
LoadAssemblyFromPath ( string path ) : Assembly
OpenInputFileStream ( string path ) : Stream
OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream

보호된 메소드들

메소드 설명
PathProviderPal ( IPathProvider pathProvider ) : System.IO

비공개 메소드들

메소드 설명
Create ( IPathProvider pathProvider ) : PathProviderPal

메소드 상세

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetDirectories() 공개 메소드

public GetDirectories ( string path, string searchPattern ) : string[]
path string
searchPattern string
리턴 string[]

GetFiles() 공개 메소드

public GetFiles ( string path, string searchPattern ) : string[]
path string
searchPattern string
리턴 string[]

GetFullPath() 공개 메소드

public GetFullPath ( string path ) : string
path string
리턴 string

IsAbsolutePath() 공개 메소드

public IsAbsolutePath ( string path ) : bool
path string
리턴 bool

LoadAssemblyFromPath() 공개 메소드

public LoadAssemblyFromPath ( string path ) : Assembly
path string
리턴 System.Reflection.Assembly

OpenInputFileStream() 공개 메소드

public OpenInputFileStream ( string path ) : Stream
path string
리턴 System.IO.Stream

OpenInputFileStream() 공개 메소드

public OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
리턴 System.IO.Stream

OpenInputFileStream() 공개 메소드

public OpenInputFileStream ( string path, FileMode mode, FileAccess access, FileShare share, int bufferSize ) : Stream
path string
mode FileMode
access FileAccess
share FileShare
bufferSize int
리턴 System.IO.Stream

PathProviderPal() 보호된 메소드

protected PathProviderPal ( IPathProvider pathProvider ) : System.IO
pathProvider IPathProvider
리턴 System.IO