Skip to content
DocsTry Aspire
DocsTry

TempDirectory

Classabstractnet8.0
📦 Aspire.Hosting v13.4.0
Represents a temporary directory that will be deleted when disposed.
namespace Aspire.Hosting;
public abstract class TempDirectory
: System.IDisposable
{
// ...
}
IDisposable