IsolatedStorage.InitStore Methode

Definition

Initialisiert ein neues IsolatedStorage Objekt mithilfe von Domänen- oder Anwendungsnachweisen.

Überlädt

Name Beschreibung
InitStore(IsolatedStorageScope, Type, Type)

Initialisiert ein neues IsolatedStorage Objekt.

InitStore(IsolatedStorageScope, Type)

Initialisiert ein neues IsolatedStorage Objekt.

InitStore(IsolatedStorageScope, Type, Type)

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);
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, den Evidence Sie in der Liste der Evidence Vorhandenen in der Domäne der aufrufenden Anwendung auswählen können. null ermöglicht dem Objekt die Auswahl des IsolatedStorage Nachweises.

assemblyEvidenceType
Type

Der Typ, den Evidence Sie in der Evidence Assembly der aufrufenden Anwendung auswählen können. null ermöglicht dem Objekt die Auswahl des IsolatedStorage Nachweises.

Ausnahmen

Die angegebene Assembly verfügt über unzureichende Berechtigungen zum Erstellen isolierter Speicher.

Hinweise

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

Gilt für:

InitStore(IsolatedStorageScope, Type)

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, den Evidence Sie in der Liste der Evidence aufrufenden Anwendung auswählen können. null ermöglicht dem Objekt die Auswahl des IsolatedStorage Nachweises.

Ausnahmen

Die angegebene Assembly verfügt über unzureichende Berechtigungen zum Erstellen isolierter Speicher.

Hinweise

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

Gilt für: