Search notes:

System.Managment.Automation.PSVariable (class)

System.Managment.Automation.PSVariable is the type of Powershell variables:
PS C:\> $xyz = 42
PS C:\> (get-variable xyz).GetType().FullName
System.Management.Automation.PSVariable

Index