| RegistryHelperExistKey Method |
레지스트리 키 (폴더) 유무
Namespace:
VIZCore3D.NET.Utility
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public static bool ExistKey(
RegistryKey key,
string subKey
)
Parameters
- key
- Type: Microsoft.Win32RegistryKey
최상위 키 : Registry.CurrentUser - subKey
- Type: SystemString
하위 키 : Software\Softhills
Return Value
Type:
Boolean레지스트리 키 유무
See Also