Click or drag to resize

DiagnosticsInformationGetManagementInfoT Method

Gets some management information.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static T GetManagementInfo<T>(
	string className,
	string propertyName,
	T defaultValue
)

Parameters

className
Type: SystemString
The class name.
propertyName
Type: SystemString
The property name.
defaultValue
Type: T
The default value.

Type Parameters

T
The expected type

Return Value

Type: T
The requested value.
Exceptions
ExceptionCondition
ArgumentNullException className is null or propertyName is null.
See Also