IsolatedStorage.InitStore Methode

Definition

Initialisiert ein neues IsolatedStorage-Objekt unter Verwendung eines Domänen- oder Anwendungsbeweises.

Überlädt

InitStore(IsolatedStorageScope, Type, Type)

Initialisiert ein neues IsolatedStorage-Objekt.

InitStore(IsolatedStorageScope, Type)

Initialisiert ein neues IsolatedStorage-Objekt.

InitStore(IsolatedStorageScope, Type, Type)

Quelle:
IsolatedStorage.cs
Quelle:
IsolatedStorage.cs
Quelle:
IsolatedStorage.cs

Initialisiert ein neues IsolatedStorage-Objekt.

protected:
 void InitStore(System::IO::IsolatedStorage::IsolatedStorageScope scope, Type ^ domainEvidenceType, Type ^ assemblyEvidenceType);
protected void InitStore (System.IO.IsolatedStorage.IsolatedStorageScope scope, Type? domainEvidenceType, Type? assemblyEvidenceType);
protected void InitStore (System.IO.IsolatedStorage.IsolatedStorageScope scope, Type domainEvidenceType, Type assemblyEvidenceType);
member this.InitStore : System.IO.IsolatedStorage.IsolatedStorageScope * Type * Type -> unit
Protected Sub InitStore (scope As IsolatedStorageScope, domainEvidenceType As Type, assemblyEvidenceType As Type)

Parameter

scope
IsolatedStorageScope

Eine bitweise Kombination der IsolatedStorageScope-Werte.

domainEvidenceType
Type

Der Typ von Evidence, den Sie aus der Liste der Evidence auswählen können, die in der Domäne der aufrufenden Anwendung vorhanden sind. null ermöglicht dem IsolatedStorage-Objekt das Auswählen des Beweises.

assemblyEvidenceType
Type

Der Typ von Evidence, den Sie aus der Liste der Evidence auswählen können, die in der Assembly der aufrufenden Anwendung vorhanden sind. null ermöglicht dem IsolatedStorage-Objekt das Auswählen des Beweises.

Ausnahmen

Die angegebene Assembly verfügt nicht über ausreichende Berechtigungen für das Erstellen isolierter Speicher.

Hinweise

Abgeleitete Klassen verwenden diese Methode, um ein neues -Objekt zu initialisieren.

Gilt für:

InitStore(IsolatedStorageScope, Type)

Quelle:
IsolatedStorage.cs
Quelle:
IsolatedStorage.cs
Quelle:
IsolatedStorage.cs

Initialisiert ein neues IsolatedStorage-Objekt.

protected:
 void InitStore(System::IO::IsolatedStorage::IsolatedStorageScope scope, Type ^ appEvidenceType);
protected void InitStore (System.IO.IsolatedStorage.IsolatedStorageScope scope, Type appEvidenceType);
member this.InitStore : System.IO.IsolatedStorage.IsolatedStorageScope * Type -> unit
Protected Sub InitStore (scope As IsolatedStorageScope, appEvidenceType As Type)

Parameter

scope
IsolatedStorageScope

Eine bitweise Kombination der IsolatedStorageScope-Werte.

appEvidenceType
Type

Der Typ von Evidence, den Sie aus der Liste der Evidence für die aufrufende Anwendung auswählen können. null ermöglicht dem IsolatedStorage-Objekt das Auswählen des Beweises.

Ausnahmen

Die angegebene Assembly verfügt nicht über ausreichende Berechtigungen für das Erstellen isolierter Speicher.

Hinweise

Abgeleitete Klassen verwenden diese Methode, um ein neues -Objekt zu initialisieren.

Gilt für: