Mono Class Library: Overview

System.CodeDom.Compiler.TempFileCollection: Members

The members of System.CodeDom.Compiler.TempFileCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
BasePathstring. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
KeepFilesbool. Documentation for this section has not yet been entered.
[read-only]
TempDirstring. Documentation for this section has not yet been entered.

Public Methods

AddExtension(string) : string
Documentation for this section has not yet been entered.
AddExtension(string, bool) : string
Documentation for this section has not yet been entered.
AddFile(string, bool)
Documentation for this section has not yet been entered.
CopyTo(string[], int)
Documentation for this section has not yet been entered.
Delete()
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection.CopyToDocumentation for this section has not yet been entered.
[read-only]
ICollection.Countint. Documentation for this section has not yet been entered.
IDisposable.DisposeDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.