TempDirectory
Classabstractnet10.0
Represents a temporary directory that will be deleted when disposed.
namespace Aspire.Hosting;
public abstract class TempDirectory : System.IDisposable{ // ...}IDisposable
Properties1
Section titled PropertiesView all properties
Methods1
Section titled MethodsDisposeabstract Deletes the temporary directory and all its contents.