ComServerGetClassesRootValueT Method |
Gets a value.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static T GetClassesRootValue<T>(
string path,
string valueName = null,
T defaultValue = null
)
Parameters
- path
- Type: SystemString
The path. - valueName (Optional)
- Type: SystemString
The value name. - defaultValue (Optional)
- Type: T
The default value.
Type Parameters
- T
- The expected value type.
Return Value
Type:
T
A value.
Exceptions See Also