Click or drag to resize

SystemStorage Class

The System.Storage properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemStorage

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Storage

The SystemStorage type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPortable
The System.Storage.Portable property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Storage_Portable.
Public propertyStatic memberRemovableMedia
The System.Storage.RemovableMedia property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Storage_RemovableMedia.
Public propertyStatic memberSystemCritical
The System.Storage.SystemCritical property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Storage_SystemCritical.
Top
See Also