Click or drag to resize

SystemGeneric Class

The System.Generic properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemGeneric

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

The SystemGeneric type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBoolean
The System.Generic.Boolean property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Generic_Boolean. Display name Any Boolean value.
Public propertyStatic memberDateTime
The System.Generic.DateTime property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Generic_DateTime. Display name Any date/time.
Public propertyStatic memberFloatingPoint
The System.Generic.FloatingPoint property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_Generic_FloatingPoint. Display name Any floating point number.
Public propertyStatic memberInteger
The System.Generic.Integer property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Generic_Integer. Display name Any integer number.
Public propertyStatic memberString
The System.Generic.String property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Generic_String. Display name Any text.
Top
See Also