FileBasedRegistryTools.DeleteRegistryKeyFromLocalMachineRoot Method

Definition

public bool DeleteRegistryKeyFromLocalMachineRoot (string regKeyPath, bool use64Bit = false);
abstract member DeleteRegistryKeyFromLocalMachineRoot : string * bool -> bool
override this.DeleteRegistryKeyFromLocalMachineRoot : string * bool -> bool
Public Function DeleteRegistryKeyFromLocalMachineRoot (regKeyPath As String, Optional use64Bit As Boolean = false) As Boolean

Parameters

regKeyPath
String
use64Bit
Boolean

Returns

Implements

Applies to