CompilerResults::TempFiles Property

 

Gets or sets the temporary file collection to use.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

public:
property TempFileCollection^ TempFiles {
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	TempFileCollection^ get();
	[PermissionSetAttribute(SecurityAction::LinkDemand, Name = "FullTrust")]
	void set(TempFileCollection^ value);
}

Property Value

Type: System.CodeDom.Compiler::TempFileCollection^

A TempFileCollection with which to manage and store references to intermediate files generated during compilation.

SecurityAction::LinkDemand

for full trust for the immediate caller. This member cannot be used by partially trusted code.

.NET Framework
Available since 1.1
Return to top
Show: