DiagnosticsInformation Class |
Namespace: ShellBoost.Core.Utilities
public class DiagnosticsInformation
The DiagnosticsInformation type exposes the following members.
Name | Description | |
---|---|---|
DiagnosticsInformation |
Initializes a new instance of the DiagnosticsInformation class.
|
Name | Description | |
---|---|---|
Assembly |
Gets the assembly.
| |
AssemblyCompileDate |
Gets the assembly compile date.
| |
AssemblyConfiguration |
Gets the current assembly configuration (debug or release).
| |
AssemblyDisplayName |
Gets the display name of the assembly.
| |
AssemblyVersion |
Gets the assembly version.
| |
Bitness |
Gets the bitness.
| |
BoardManufacturer |
Gets the board manufacturer.
| |
BoardModel |
Gets the board model.
| |
Caption |
Gets the Windows caption.
| |
ClrVersion |
Gets the CLR version.
| |
CorLibVersion |
Gets the mscorlib.dll version.
| |
CurrentCulture |
Gets the current culture.
| |
CurrentUICulture |
Gets the current UI culture.
| |
DesktopDpiX |
Gets the desktop value of the DPI along the X axis.
| |
DesktopDpiY |
Gets the desktop value of the DPI along the Y axis.
| |
InstalledFrameworkVersions |
Gets the installed framework versions.
| |
InstalledUICulture |
Gets the installed UI culture.
| |
IsGlassEnabled |
Gets a value indicating whether this instance is Windows Aero Glass enabled.
| |
IsRemotelyControlled |
Gets a value indicating whether this machine is remotely controlled.
| |
IsRemoteSession |
Gets a value that indicates whether the calling process is associated with a Terminal Services client session.
| |
IsTabletPC |
Gets a value indicating whether this machine is a tablet PC.
| |
KernelVersion |
Gets the kernel32.dll version.
| |
Now |
Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.
| |
OSVersion |
Gets the Windows OS version.
| |
Processor |
Gets the processor.
| |
ProcessorArchitecture |
Gets the processor architecture.
| |
ProcessorCount |
Gets the processor count.
| |
Screens |
Gets the a list of all displays on the system..
| |
SystemVersion |
Gets the system.dll version.
| |
TokenElevationType |
Gets the type of the token elevation.
| |
UtcNow |
Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
| |
UxThemeColor |
Gets the color of the UX theme.
| |
UxThemeName |
Gets the name of the UX theme.
| |
VirtualMachineType |
Gets the type of the virtual machine.
| |
WindowsVersion |
Gets the Windows version.
|
Name | Description | |
---|---|---|
GetBitness |
Gets the current process bitness.
| |
GetDpiSettings |
Gets the value of the DPI along the X and Y axis.
| |
GetInstalledFrameworkVersions |
Gets a list of installed framework versions.
| |
GetManagementInfoT |
Gets some management information.
| |
GetProcessorArchitecture |
Gets the processor architecture.
| |
GetServiceState |
Retrieves the current status of the specified service.
| |
GetTokenElevationType |
Gets the type of the token elevation.
| |
GetVirtualMachineType |
Gets the type of the virtual machine.
| |
IsUACEnabled |
Determines whether Windows User Account Controls (UAC) notifies the user when programs try to make changes to the computer.
| |
IsWindowsSearchServiceRunning |
Determines whether the Windows Search service is running.
| |
Serialize |
Serializes to a string the diagnostics for a given assembly.
|