INormalizeForIsolatedStorage

INormalizeForIsolatedStorage

System.IO.IsolatedStorage (mscorlib.dll) interface

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
figs/csn2_3201.gif
 public interface  INormalizeForIsolatedStorage  {  // Public Instance Methods  public object  Normalize  ( ); } 


C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net