Summary
    Gets a registry key representing HKEY_CURRENT_CONFIG.
    
		- Namespace
 - Cake
.Core .IO  - Containing Type
 - WindowsRegistry
 
Syntax
public IRegistryKey CurrentConfig { get; }
	Value
| Type | Description | 
|---|---|
| IRegistryKey | A registry key representing HKEY_CURRENT_CONFIG. | 
