TestimoX

API Reference

Class

SpolEntry

Namespace ADPlayground.Gpo.GpoLocal.SpolFile
Assembly ADPlayground
Implements
IEquatable<SpolEntry>
Modifiers sealed

One registry policy entry.

Inheritance

  • Object
  • SpolEntry

Constructors

public SpolEntry(String keyPath, String valueName, RegistryValueKind kind, Object data) #

Creates a new registry policy entry.

Parameters

keyPath System.String requiredposition: 0
Registry key path.
valueName System.String requiredposition: 1
Registry value name.
kind Microsoft.Win32.RegistryValueKind requiredposition: 2
Registry value kind.
data System.Object requiredposition: 3
Registry value data.

Methods

public SpolEntry <Clone>$() #
Returns: SpolEntry
public virtual Boolean Equals(SpolEntry other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String KeyPath { get; set; } #

Registry key path (e.g., HKLM\Software\...).

public String ValueName { get; set; } #

Registry value name.

public RegistryValueKind Kind { get; set; } #

Registry value kind.

public Object Data { get; set; } #

Registry value data.