Get a registry path for a named constant
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetRegPath(
string sWhatPath
)
Public Shared Function GetRegPath (
sWhatPath As String
) As String
public:
static String^ GetRegPath(
String^ sWhatPath
)
Parameters
- sWhatPath
- Type: SystemString
The path to retrieve [Root, UI, Dynamic, Prefs]
Return Value
Type:
StringThe registry path
See Also