Class TemporaryFile
Support class for creating a temporary file.
Inheritance
System.Object
TemporaryFile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.IO
Assembly: fo-dicom.core.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 |
---|---|
System.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. |