 | RegistryHelperGetValue Method (RegistryKey, String, String) |
레지스트리 값 반환
Namespace:
VIZCore3DX.NET.Utility
Assembly:
VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.609 (1.1.25.609)
Syntaxpublic static string GetValue(
RegistryKey key,
string subKey,
string name
)
Parameters
- key
- Type: Microsoft.Win32RegistryKey
최상위 키 : Registry.CurrentUser - subKey
- Type: SystemString
하위 키 : Software\Softhills - name
- Type: SystemString
값 이름
Return Value
Type:
String레지스트리 값
See Also