Initializes a new instance of the IsolatedStorage object.
[Visual Basic] Protected Sub InitStore( _ ByVal scope As IsolatedStorageScope, _ ByVal AppEvidenceType As Type, _ ByVal AssemblyEvidenceType As Type _ ) [C#] protected void InitStore( IsolatedStorageScope scope, Type AppEvidenceType, Type AssemblyEvidenceType ); [C++] protected: void InitStore( IsolatedStorageScope scope, Type* AppEvidenceType, Type* AssemblyEvidenceType ); [JScript] protected function InitStore( scope : IsolatedStorageScope, AppEvidenceType : Type, AssemblyEvidenceType : Type );
none
This method is used by subclasses to initialize a new instance.
IsolatedStorage Class | IsolatedStorage Members | System.IO.IsolatedStorage Namespace