TempFile
Classabstractnet10.0
Represents a temporary file that will be deleted when disposed.
namespace Aspire.Hosting;
public abstract class TempFile : System.IDisposable{ // ...}IDisposable
Properties1
Section titled PropertiesView all properties
Methods1
Section titled MethodsDisposeabstract Deletes the temporary file. When created with a file name, also deletes the parent directory.