Edit

Share via


WindowsRegistryBase Class

Definition

public abstract class WindowsRegistryBase : Microsoft.Hpc.RegistryProperty, IDisposable
type WindowsRegistryBase = class
    inherit RegistryProperty
    interface IDisposable
Public MustInherit Class WindowsRegistryBase
Inherits RegistryProperty
Implements IDisposable
Inheritance
WindowsRegistryBase
Derived
Implements

Constructors

WindowsRegistryBase()

Methods

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

Extension Methods

GetSSLThumbprint(IRegistry, CancellationToken)

Applies to