Class TemporaryFile
Support class for creating a temporary file.
Inherited Members
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. |