IsolatedStorage-Klasse
Stellt die abstrakte Basisklasse dar, von der alle Implementierungen isolierter Speicher abgeleitet werden müssen.
Namespace: System.IO.IsolatedStorage
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class IsolatedStorage
Inherits MarshalByRefObject
'Usage
Dim instance As IsolatedStorage
[ComVisibleAttribute(true)]
public abstract class IsolatedStorage : MarshalByRefObject
[ComVisibleAttribute(true)]
public ref class IsolatedStorage abstract : public MarshalByRefObject
/** @attribute ComVisibleAttribute(true) */
public abstract class IsolatedStorage extends MarshalByRefObject
ComVisibleAttribute(true)
public abstract class IsolatedStorage extends MarshalByRefObject
Hinweise
Informationen über auf Dateien basierende isolierte Speicher finden Sie unter der IsolatedStorageFile-Klasse.
Vererbungshierarchie
System.Object
System.MarshalByRefObject
System.IO.IsolatedStorage.IsolatedStorage
System.IO.IsolatedStorage.IsolatedStorageFile
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
IsolatedStorage-Member
System.IO.IsolatedStorage-Namespace