DiagnosticsInformationGetManagementInfoT Method |
Gets some management information.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
TThe requested value.
Exceptions See Also