C# 클래스 Raven.Munin.IsolatedStoragePersistentSource

상속: FileBasedPersistentSource
파일 보기 프로젝트 열기: hibernating-rhinos/Raven.Light

공개 메소드들

메소드 설명
Dispose ( ) : void
IsolatedStoragePersistentSource ( string basePath, string prefix ) : System.IO

보호된 메소드들

메소드 설명
CreateClonedStreamForReadOnlyPurposes ( ) : Stream
EnsurePathExists ( string path ) : void
FileDelete ( string path ) : void
FileExists ( string path ) : bool
FileMove ( string src, string dst ) : void
OpenFile ( string path ) : FileStream

메소드 상세

CreateClonedStreamForReadOnlyPurposes() 보호된 메소드

protected CreateClonedStreamForReadOnlyPurposes ( ) : Stream
리턴 System.IO.Stream

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnsurePathExists() 보호된 메소드

protected EnsurePathExists ( string path ) : void
path string
리턴 void

FileDelete() 보호된 메소드

protected FileDelete ( string path ) : void
path string
리턴 void

FileExists() 보호된 메소드

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

FileMove() 보호된 메소드

protected FileMove ( string src, string dst ) : void
src string
dst string
리턴 void

IsolatedStoragePersistentSource() 공개 메소드

public IsolatedStoragePersistentSource ( string basePath, string prefix ) : System.IO
basePath string
prefix string
리턴 System.IO

OpenFile() 보호된 메소드

protected OpenFile ( string path ) : FileStream
path string
리턴 System.IO.FileStream