RegistryEnvironment Class

Definition

Mapping from either:

public ref class RegistryEnvironment abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class RegistryEnvironment abstract
[Windows::Foundation::Metadata::WebHostHidden]
class RegistryEnvironment abstract
public abstract class RegistryEnvironment
type RegistryEnvironment = class
Public MustInherit Class RegistryEnvironment
Inheritance
RegistryEnvironment

Constructors

RegistryEnvironment()

Methods

CompareTo(RegistryEnvironment)
SetValue(String, String)

Set an environment variable, regardless of if it is there or not. Sets the ValueKind to RegistryValueKind.String.

SetValue(String, String, RegistryValueKind)

Set an environment variable, regardless of if it is there or not.

WriteRegistryValues(Dictionary<String,RegistryEnvironment.ValueAndKind>)

Applies to