Edit

Share via


RegistryProperty Class

Definition

public abstract class RegistryProperty : Microsoft.Hpc.IRegistry
type RegistryProperty = class
    interface IRegistry
Public MustInherit Class RegistryProperty
Implements IRegistry
Inheritance
RegistryProperty
Derived
Implements

Constructors

RegistryProperty()

Methods

DeleteValueAsync(String, String, CancellationToken)
GetRegistryProperties(IList<String>, CancellationToken)
GetValueAsync(String, String, CancellationToken, Object)
GetValueAsync<T>(String, String, CancellationToken, T)
MonitorRegistryKeyAsync<T>(String, String, TimeSpan, EventHandler<RegistryValueChangedArgs<T>>, CancellationToken)
SetRegistryProperties(IDictionary<String,Object>, CancellationToken)
SetValueAsync<T>(String, String, T, CancellationToken)

Extension Methods

GetSSLThumbprint(IRegistry, CancellationToken)

Applies to