TestimoX

API Reference

Class

AdmxRegistryAdd

Namespace ComputerX.Admx
Assembly ComputerX
Modifiers sealed

Registry write operation emitted by ADMX processing (key/value/value data).

Inheritance

  • Object
  • AdmxRegistryAdd

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public AdmxRegistryAdd() #

Properties

public String Key { get; set; } #

Registry key path.

public String ValueName { get; set; } #

Registry value name.

public String Value { get; set; } #

Raw value as a string (conversion handled later).