Edit

Share via


HARegistry Class

Definition

public class HARegistry : Microsoft.Hpc.WindowsRegistryBase
type HARegistry = class
    inherit WindowsRegistryBase
Public Class HARegistry
Inherits WindowsRegistryBase
Inheritance

Constructors

HARegistry()

Methods

CreateOrOpenSubKey(String)
DeleteValueAsync(String, String, CancellationToken) (Inherited from WindowsRegistryBase)
Dispose() (Inherited from WindowsRegistryBase)
Dispose(Boolean) (Inherited from WindowsRegistryBase)
GetRegistryProperties(IList<String>, CancellationToken) (Inherited from RegistryProperty)
GetRootKey(String) (Inherited from WindowsRegistryBase)
GetValueAsync(String, String, CancellationToken, Object) (Inherited from RegistryProperty)
GetValueAsync<T>(String, String, CancellationToken, T) (Inherited from WindowsRegistryBase)
MonitorRegistryKeyAsync<T>(String, String, TimeSpan, EventHandler<RegistryValueChangedArgs<T>>, CancellationToken) (Inherited from WindowsRegistryBase)
SetRegistryProperties(IDictionary<String,Object>, CancellationToken) (Inherited from RegistryProperty)
SetValueAsync<T>(String, String, T, CancellationToken) (Inherited from WindowsRegistryBase)

Extension Methods

GetSSLThumbprint(IRegistry, CancellationToken)

Applies to