C# 클래스 NanoByte.Common.Storage.TemporaryFile

Disposable class to create a temporary file and delete it again when disposed.
상속: IDisposable
파일 보기 프로젝트 열기: nano-byte/common 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void

Deletes the temporary file.

TemporaryFile ( [ prefix ) : System

Creates a uniquely named, empty temporary file on disk.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

Deletes the temporary file.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

TemporaryFile() 공개 메소드

Creates a uniquely named, empty temporary file on disk.
A problem occurred while creating a file in . Creating a file in is not permitted.
public TemporaryFile ( [ prefix ) : System
prefix [ A short string the directory name should start with.
리턴 System