System.CodeDom.Compiler.TempFileCollection.AddFile Method

Adds the specified file to the collection, using the specified value indicating whether to keep the file after the collection is disposed or when the TempFileCollection.Delete method is called.

Syntax

public void AddFile (string fileName, bool keepFile)

Parameters

fileName
The name of the file to add to the collection.
keepFile
true if the file should be kept after use; false if the file should be deleted.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0