Click or drag to resize

SystemComputer Class

The System.Computer properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemComputer

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

The SystemComputer type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDecoratedFreeSpace
The System.Computer.DecoratedFreeSpace property key. PropVariant type: VT_UI8, VT_VECTOR. .NET type: System.UInt64[]. Shell name PKEY_Computer_DecoratedFreeSpace. Display name Available space.
Public propertyStatic memberDescription
The System.Computer.Description property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Description. Display name Description.
Public propertyStatic memberDomainName
The System.Computer.DomainName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_DomainName. Display name Domain.
Public propertyStatic memberMemory
The System.Computer.Memory property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Memory. Display name Memory.
Public propertyStatic memberProcessor
The System.Computer.Processor property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Processor. Display name Processor.
Public propertyStatic memberSimpleName
The System.Computer.SimpleName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_SimpleName. Display name Computer.
Public propertyStatic memberWorkgroup
The System.Computer.Workgroup property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Workgroup. Display name Workgroup.
Top
See Also