Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TemporaryDirectory Class

    Namespace: Stride.Core.IO
    Assembly: Stride.Core.IO.dll
    System.Object → TemporaryDirectory
    Derived from TemporaryDirectory:

    public class TemporaryDirectory : IDisposable
    Name Description
    Constructors
    TemporaryDirectory()
    TemporaryDirectory(String)
    Properties
    DirectoryPath
    Methods
    DeleteDirectory(String)
    Dispose()
    | Improve this Doc View Source

    Constructors


    TemporaryDirectory()

    public TemporaryDirectory()

    TemporaryDirectory(String)

    public TemporaryDirectory(string path)
    Parameters
    Type Name Description
    System.String path
    | Improve this Doc View Source

    Properties


    DirectoryPath

    public string DirectoryPath { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Methods


    DeleteDirectory(String)

    public static void DeleteDirectory(string directoryPath)
    Parameters
    Type Name Description
    System.String directoryPath

    Dispose()

    public void Dispose()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation