Click or drag to resize

DiagnosticsInformation Class

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

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetBitness
Gets the current process bitness.
Public methodStatic memberGetDpiSettings
Gets the value of the DPI along the X and Y axis.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSerialize
Serializes to a string the diagnostics for a given assembly.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also