Click or drag to resize

RegistryUtilGetClassesString Method

Retrieve a string value from the Classes registry.

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static string GetClassesString(
	string keyPath,
	string keyName
)

Parameters

keyPath
Type: SystemString
keyName
Type: SystemString

Return Value

Type: String
See Also