Classes
Class | Description | |
---|---|---|
![]() | C1Directory |
This class is a almost one to one version of System.IO.Directory. Using this implementation instead
of System.IO.Directory, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.Directory for more documentation on the methods of this class.
See IC1Directory.
|
![]() | C1DirectoryInfo |
This class is a almost one to one version of System.IO.DirectoryInfo. Using this implementation instead
of System.IO.DirectoryInfo, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.DirectoryInfo for more documentation on the methods of this class.
See IC1DirectoryInfo.
|
![]() | C1File |
This class is a almost one to one version of System.IO.File. Using this implementation instead
of System.IO.File, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.File for more documentation on the methods of this class.
See IC1File.
|
![]() | C1FileInfo |
This class is a almost one to one version of System.IO.FileInfo. Using this implementation instead
of System.IO.FileInfo, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.FileInfo for more documentation on the methods of this class.
See IC1FileInfo.
|
![]() | C1FileStream |
This class is a almost one to one version of System.IO.FileStream. Using this implementation instead
of System.IO.FileStream, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.FileStream for more documentation on the methods of this class.
See IC1FileStream.
|
![]() | C1FileSystemInfo |
This class is a almost one to one version of System.IO.FileSystemInfo. Using this implementation instead
of System.IO.FileSystemInfo, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.FileSystemInfo for more documentation on the methods of this class.
|
![]() | C1FileSystemWatcher |
This class is a almost one to one version of System.IO.FileSystemWatcher. Using this implementation instead
of System.IO.FileSystemWatcher, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.FileSystemWatcher for more documentation on the methods of this class.
See IC1FileStream.
|
![]() | C1StreamReader |
This class is a almost one to one version of System.IO.StreamReader. Using this implementation instead
of System.IO.StreamReader, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.StreamReader for more documentation on the methods of this class.
See IC1StreamReader.
|
![]() | C1StreamWriter |
This class is a almost one to one version of System.IO.StreamWriter. Using this implementation instead
of System.IO.StreamWriter, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.StreamWriter for more documentation on the methods of this class.
See IC1StreamWriter.
|
Structures
Structure | Description | |
---|---|---|
![]() | C1WaitForChangedResult |
This class is a almost one to one version of System.IO.WaitForChangedResult. Using this implementation instead
of System.IO.WaitForChangedResult, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.WaitForChangedResult for more documentation on the methods of this class.
Used by C1FileSystemWatcher |