Click or drag to resize

IInstanceStorageService Interface

Supports the creation of temporary folders and files on a per instance base.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IInstanceStorageService : IDisposable

The IInstanceStorageService type exposes the following members.

Properties
 NameDescription
Public propertyInstanceStoragePath Gets the directory name of the folder that is unique to this application instance.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also