TestimoX

API Reference

Class

LgpoAction

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

Action descriptor corresponding to the LGPO text Action line.

Inheritance

  • Object
  • LgpoAction

Constructors

public LgpoAction() #

Properties

public LgpoActionKind Kind { get; set; } #

Action kind (e.g., DWORD:1, SZ:text, DELETE, CLEAR).

public Nullable<UInt32> DWord { get; set; } #

Numeric value for DWORD actions.

public Nullable<UInt64> QWord { get; set; } #

Numeric value for QWORD actions.

public String Text { get; set; } #

String payload for SZ/EXSZ actions.

public String[] MultiSz { get; set; } #

String array payload for MULTISZ actions.

public Byte[] Binary { get; set; } #

Binary payload for BINARY actions.