SystemComputer Class |
Namespace: ShellBoost.Core.WindowsPropertySystem
public static class Computer
The SystemComputer type exposes the following members.
| Name | Description | |
|---|---|---|
| DecoratedFreeSpace |
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.
| |
| Description |
The System.Computer.Description property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Description. Display name Description.
| |
| DomainName |
The System.Computer.DomainName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_DomainName. Display name Domain.
| |
| Memory |
The System.Computer.Memory property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Memory. Display name Memory.
| |
| Processor |
The System.Computer.Processor property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Processor. Display name Processor.
| |
| SimpleName |
The System.Computer.SimpleName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_SimpleName. Display name Computer.
| |
| Workgroup |
The System.Computer.Workgroup property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Computer_Workgroup. Display name Workgroup.
|