Skip to content
Docs Try Aspire

TempDirectory Methods

Class Methods 1 member
Represents a temporary directory that will be deleted when disposed.
Dispose Section titled Dispose abstract
Deletes the temporary directory and all its contents.
public abstract class TempDirectory
{
public abstract void Dispose()
{
// ...
}
}