Click or drag to resize

SystemExtensions Class

The System.Extensions properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemExtensions

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

The SystemExtensions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBlockedCount
The System.Extensions.BlockedCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Extensions_BlockedCount.
Public propertyStatic memberCLSID
The System.Extensions.CLSID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_CLSID.
Public propertyStatic memberDateLastUsed
The System.Extensions.DateLastUsed property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Extensions_DateLastUsed.
Public propertyStatic memberFileName
The System.Extensions.FileName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_FileName.
Public propertyStatic memberFilePath
The System.Extensions.FilePath property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_FilePath.
Public propertyStatic memberFlags
The System.Extensions.Flags property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Extensions_Flags.
Public propertyStatic memberStatus
The System.Extensions.Status property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_Status.
Public propertyStatic memberSuspect
The System.Extensions.Suspect property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_Suspect.
Public propertyStatic memberType
The System.Extensions.Type property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Extensions_Type.
Public propertyStatic memberUsedCount
The System.Extensions.UsedCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Extensions_UsedCount.
Top
See Also