Click or drag to resize

IRegistryKeyOpenSubKey(String, Boolean) Method

[Missing <summary> documentation for "M:Demo3D.Common.IRegistryKey.OpenSubKey(System.String,System.Boolean)"]


Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
IRegistryKey OpenSubKey(
	string name,
	bool write
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Demo3D.Common.IRegistryKey.OpenSubKey(System.String,System.Boolean)"]

write  Boolean

[Missing <param name="write"/> documentation for "M:Demo3D.Common.IRegistryKey.OpenSubKey(System.String,System.Boolean)"]

Return Value

IRegistryKey

[Missing <returns> documentation for "M:Demo3D.Common.IRegistryKey.OpenSubKey(System.String,System.Boolean)"]

See Also