Search Results for

    Show / Hide Table of Contents

    Class TemporaryFile

    Support class for creating a temporary file.

    Inheritance
    Object
    TemporaryFile
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.IO
    Assembly: cs.temp.dll.dll
    Syntax
    public static class TemporaryFile

    Properties

    StoragePath

    Gets or sets the directory location of the temporary files.

    Declaration
    public static string StoragePath { get; set; }
    Property Value
    Type Description
    String

    Methods

    Create()

    Creates a temporary file and returns its name.

    Declaration
    public static IFileReference Create()
    Returns
    Type Description
    IFileReference

    Name of the temporary file.

    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors