Arsenal.ImageMounter.IO Namespace |
Class | Description | |
---|---|---|
BufferedBinaryWriter |
Buffered version of the BinaryWriter class. Writes to a MemoryStream internally and flushes
writes out contents of MemoryStream when WriteTo() or ToArray() are called.
| |
CachedIniFile |
Class that caches a text INI file
| |
ConsoleSupport | ||
DisposableDictionaryTKey, TValue |
A System.Collections.Generic.Dictionary(Of TKey, TValue) extended with IDisposable implementation that disposes each
value object in the dictionary when the dictionary is disposed.
| |
DisposableList |
A System.Collections.Generic.List(Of T) extended with IDisposable implementation that disposes each
object in the list when the list is disposed.
| |
DisposableListT |
A System.Collections.Generic.List(Of T) extended with IDisposable implementation that disposes each
object in the list when the list is disposed.
| |
FileStreamsEnumerator | ||
FileStreamsEnumeratorEnumerator | ||
NativeFileIO |
Provides wrappers for Win32 file API. This makes it possible to open everything that
CreateFile() can open and get a FileStream based .NET wrapper around the file handle.
| |
NativeFileIODriveLayoutInformation | ||
NativeFileIODriveLayoutInformationGPT | ||
NativeFileIODriveLayoutInformationMBR | ||
NativeFileIOHandleTableEntryInformation | ||
NativeFileIOHGlobalBuffer | ||
NativeFileIONativeConstants | ||
NativeFileIOPhDiskMntCtl |
Control methods for direct communication with SCSI miniport.
| |
NativeFileIOSafeDeviceInfoSetHandle |
Encapsulates a SetupAPI hInf handle that is closed by calling SetupCloseInf() API.
| |
NativeFileIOSafeFindHandle |
Encapsulates a FindVolumeMountPoint handle that is closed by calling FindVolumeMountPointClose () Win32 API.
| |
NativeFileIOSafeFindVolumeHandle |
Encapsulates a FindVolume handle that is closed by calling FindVolumeClose() Win32 API.
| |
NativeFileIOSafeFindVolumeMountPointHandle |
Encapsulates a FindVolumeMountPoint handle that is closed by calling FindVolumeMountPointClose () Win32 API.
| |
NativeFileIOSafeInfHandle |
Encapsulates a SetupAPI hInf handle that is closed by calling SetupCloseInf() API.
| |
NativeFileIOSafeNativeMethods | ||
NativeFileIOSafeServiceHandle |
Encapsulates a Service Control Management object handle that is closed by calling CloseServiceHandle() Win32 API.
| |
NativeFileIOUnsafeNativeMethods | ||
NullSafeDictionaryTKey, TValue |
An extension to Dictionary(Of TKey, TValue) that returns a
default item for non-existing keys
| |
NullSafeStringDictionary | ||
PinnedBuffer |
Pins a value object for unmanaged use.
| |
PinnedBufferT |
Pins an array of values for unmanaged use.
| |
PinnedString |
Pins a managed string for unmanaged use.
| |
RegisteredEventHandler | ||
SystemNotificationEvent |
Represents a system notification event object. Well known paths are available as constants of SystemNotificationEvent class.
| |
VolumeEnumerator | ||
VolumeMountPointEnumerator | ||
WaitEventHandler |
Delegate | Description | |
---|---|---|
NativeFileIOUnsafeNativeMethodsSetupFileCallback |