Click or drag to resize

RegistryHelperGetValue Method (RegistryKey, String, ListString)

레지스트리 값 반환

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public static Dictionary<string, string> GetValue(
	RegistryKey key,
	string subKey,
	List<string> name
)

Parameters

key
Type: Microsoft.Win32RegistryKey
최상위 키 : Registry.CurrentUser
subKey
Type: SystemString
하위 키 : Software\Softhills
name
Type: System.Collections.GenericListString
값 이름 목록

Return Value

Type: DictionaryString, String
레지스트리 값(이름, 데이터)
See Also