TestimoX

API Reference

Class

PolEntry

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Represents a single entry in a .pol file.

Inheritance

  • Object
  • PolEntry

Constructors

public PolEntry(String keyPath, String valueName, UInt32 valueType, Byte[] data, String comment = null) #

Initializes a new instance of the PolEntry class.

Parameters

keyPath System.String requiredposition: 0
Registry key path.
valueName System.String requiredposition: 1
Registry value name.
valueType System.UInt32 requiredposition: 2
Registry value type.
data System.Byte[] requiredposition: 3
Value data.
comment System.String = null optionalposition: 4
Optional comment associated with the entry.

Properties

public String KeyPath { get; } #

Gets the registry key.

public String ValueName { get; } #

Gets the registry value name.

public UInt32 ValueType { get; } #

Gets the registry value type.

public Byte[] Data { get; } #

Gets the raw value data.

public String Comment { get; set; } #

Gets or sets the comment associated with the entry.