Click or drag to resize

IRegistryKeyOpenSubKey Method (String, Boolean)

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

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

Parameters

name
Type: SystemString

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

write
Type: SystemBoolean

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

Return Value

Type: IRegistryKey

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

See Also