My.Computer.Registry Object

Provides properties and methods for manipulating the registry.

Remarks

For information about the methods and properties of the My.Computer.Registry object, see RegistryProxy.

For more information, see Reading from and Writing to the Registry.

Note

You can also manipulate the registry by using methods of the Microsoft.Win32.Registry class.

Requirements

Namespace: Microsoft.VisualBasic.MyServices

Class: RegistryProxy (provides access to Registry)

Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)

See also