August 2003
Intermediate to advanced
928 pages
32h 1m
English
INormalizeForIsolatedStorage
This interface exposes Normalize( ), which
returns a normalized
copy of the object on which it is called. You usually use this method
if you are inheriting from IsolatedStorage and you
want to see if a store already exists.

Figure 32-1. The System.IO.IsolatedStorage namespace
public interface INormalizeForIsolatedStorage { // Public Instance Methods public object Normalize( ); }