TestimoX

API Reference

Class

Change

Namespace ADPlayground.Gpo.GpoLocal.PolDiff
Assembly ADPlayground
Implements
IEquatable<Change>
Modifiers sealed

Represents a changed entry between two POL snapshots.

Inheritance

  • Object
  • Change

Constructors

public Change(PolEntry Old, PolEntry New) #

Represents a changed entry between two POL snapshots.

Parameters

Old ADPlayground.Gpo.GpoLocal.PolEntry requiredposition: 0
New ADPlayground.Gpo.GpoLocal.PolEntry requiredposition: 1

Methods

public Change <Clone>$() #
Returns: Change
public Void Deconstruct(out PolEntry Old, out PolEntry New) #
Returns: Void

Parameters

Old PolEntry requiredposition: 0
New PolEntry requiredposition: 1
public virtual Boolean Equals(Change other) #
Returns: Boolean

Parameters

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

Properties

public PolEntry Old { get; set; } #
public PolEntry New { get; set; } #