Click or drag to resize

DiagnosticsInformation Class

A utility class to get diagnostics information.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.UtilitiesDiagnosticsInformation

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class DiagnosticsInformation

The DiagnosticsInformation type exposes the following members.

Constructors
  NameDescription
Public methodDiagnosticsInformation
Initializes a new instance of the DiagnosticsInformation class.
Top
Properties
  NameDescription
Public propertyAssembly
Gets the assembly.
Public propertyAssemblyCompileDate
Gets the assembly compile date.
Public propertyAssemblyConfiguration
Gets the current assembly configuration (debug or release).
Public propertyAssemblyDisplayName
Gets the display name of the assembly.
Public propertyAssemblyVersion
Gets the assembly version.
Public propertyBitness
Gets the bitness.
Public propertyBoardManufacturer
Gets the board manufacturer.
Public propertyBoardModel
Gets the board model.
Public propertyCaption
Gets the Windows caption.
Public propertyClrVersion
Gets the CLR version.
Public propertyCorLibVersion
Gets the mscorlib.dll version.
Public propertyCurrentCulture
Gets the current culture.
Public propertyCurrentUICulture
Gets the current UI culture.
Public propertyDesktopDpiX
Gets the desktop value of the DPI along the X axis.
Public propertyDesktopDpiY
Gets the desktop value of the DPI along the Y axis.
Public propertyInstalledFrameworkVersions
Gets the installed framework versions.
Public propertyInstalledUICulture
Gets the installed UI culture.
Public propertyIsGlassEnabled
Gets a value indicating whether this instance is Windows Aero Glass enabled.
Public propertyIsRemotelyControlled
Gets a value indicating whether this machine is remotely controlled.
Public propertyIsRemoteSession
Gets a value that indicates whether the calling process is associated with a Terminal Services client session.
Public propertyIsTabletPC
Gets a value indicating whether this machine is a tablet PC.
Public propertyKernelVersion
Gets the kernel32.dll version.
Public propertyNow
Gets a DateTime object that is set to the current date and time on this computer, expressed as the local time.
Public propertyOSVersion
Gets the Windows OS version.
Public propertyProcessor
Gets the processor.
Public propertyProcessorArchitecture
Gets the processor architecture.
Public propertyProcessorCount
Gets the processor count.
Public propertyScreens
Gets the a list of all displays on the system..
Public propertySystemVersion
Gets the system.dll version.
Public propertyTokenElevationType
Gets the type of the token elevation.
Public propertyUtcNow
Gets a DateTime object that is set to the current date and time on this computer, expressed as the Coordinated Universal Time (UTC).
Public propertyUxThemeColor
Gets the color of the UX theme.
Public propertyUxThemeName
Gets the name of the UX theme.
Public propertyVirtualMachineType
Gets the type of the virtual machine.
Public propertyWindowsVersion
Gets the Windows version.
Top
Methods
  NameDescription
Public methodStatic memberGetBitness
Gets the current process bitness.
Public methodStatic memberGetDpiSettings
Gets the value of the DPI along the X and Y axis.
Public methodStatic memberGetInstalledFrameworkVersions
Gets a list of installed framework versions.
Public methodStatic memberGetManagementInfoT
Gets some management information.
Public methodStatic memberGetProcessorArchitecture
Gets the processor architecture.
Public methodStatic memberGetServiceState
Retrieves the current status of the specified service.
Public methodStatic memberGetTokenElevationType
Gets the type of the token elevation.
Public methodStatic memberGetVirtualMachineType
Gets the type of the virtual machine.
Public methodStatic memberIsUACEnabled
Determines whether Windows User Account Controls (UAC) notifies the user when programs try to make changes to the computer.
Public methodStatic memberIsWindowsSearchServiceRunning
Determines whether the Windows Search service is running.
Public methodStatic memberSerialize
Serializes to a string the diagnostics for a given assembly.
Top
See Also