| RegistryHelperSetValue Method (RegistryKey, String, DictionaryString, String) |
레지스트리 값 설정
Namespace:
VIZCore3D.NET.Utility
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public static void SetValue(
RegistryKey key,
string subKey,
Dictionary<string, string> value
)
Parameters
- key
- Type: Microsoft.Win32RegistryKey
최상위 키 : Registry.CurrentUser - subKey
- Type: SystemString
하위 키 : Software\Softhills - value
- Type: System.Collections.GenericDictionaryString, String
값 데이터 (이름, 데이터)
See Also