C# 클래스 System.CodeDom.Compiler.TempFileCollection

상속: ICollection, IDisposable
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Delete void
EnsureTempNameCreated void
ICollection void
IDisposable void
IEnumerable IEnumerator
KeepFile bool
SafeDelete void

공개 메소드들

메소드 설명
AddExtension ( string fileExtension ) : string
AddExtension ( string fileExtension, bool keepFile ) : string
AddFile ( string fileName, bool keepFile ) : void
CopyTo ( string fileNames, int start ) : void
GetEnumerator ( ) : IEnumerator
TempFileCollection ( ) : System.Collections
TempFileCollection ( string tempDir ) : System.Collections
TempFileCollection ( string tempDir, bool keepFiles ) : System.Collections

보호된 메소드들

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

비공개 메소드들

메소드 설명
Delete ( string fileName ) : void
EnsureTempNameCreated ( ) : void
ICollection ( Array array, int start ) : void
IDisposable ( ) : void
IEnumerable ( ) : IEnumerator
KeepFile ( string fileName ) : bool
SafeDelete ( ) : void

메소드 상세

AddExtension() 공개 메소드

public AddExtension ( string fileExtension ) : string
fileExtension string
리턴 string

AddExtension() 공개 메소드

public AddExtension ( string fileExtension, bool keepFile ) : string
fileExtension string
keepFile bool
리턴 string

AddFile() 공개 메소드

public AddFile ( string fileName, bool keepFile ) : void
fileName string
keepFile bool
리턴 void

CopyTo() 공개 메소드

public CopyTo ( string fileNames, int start ) : void
fileNames string
start int
리턴 void

Dispose() 보호된 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

TempFileCollection() 공개 메소드

public TempFileCollection ( ) : System.Collections
리턴 System.Collections

TempFileCollection() 공개 메소드

public TempFileCollection ( string tempDir ) : System.Collections
tempDir string
리턴 System.Collections

TempFileCollection() 공개 메소드

public TempFileCollection ( string tempDir, bool keepFiles ) : System.Collections
tempDir string
keepFiles bool
리턴 System.Collections