CompilerResults::TempFiles Property
.NET Framework (current version)
Gets or sets the temporary file collection to use.
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
Available since 1.1
Show: