C# 클래스 ParkitectNexus.Data.Caching.CachedFile

상속: ICachedFile
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient

Private Properties

프로퍼티 타입 설명
GenerateUniquePath void
GetFullPath string
RandomString string

공개 메소드들

메소드 설명
CachedFile ( ) : System
CachedFile ( string path ) : System
Delete ( ) : void
Open ( FileMode mode ) : Stream

비공개 메소드들

메소드 설명
GenerateUniquePath ( ) : void
GetFullPath ( ) : string
RandomString ( int length ) : string

메소드 상세

CachedFile() 공개 메소드

public CachedFile ( ) : System
리턴 System

CachedFile() 공개 메소드

public CachedFile ( string path ) : System
path string
리턴 System

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Open() 공개 메소드

public Open ( FileMode mode ) : Stream
mode FileMode
리턴 Stream