Click or drag to resize

IRegistryKeyCreateSubKey Method

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

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
IRegistryKey CreateSubKey(
	string name
)

Parameters

name
Type: SystemString

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

Return Value

Type: IRegistryKey

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

See Also