Search notes:

System.Management.Automation.PSMemberInfo (public abstract class)

System.Management.Automation.PSMemberInfo is the base class for all member types with which PowerShell implements the Extended Type System.
Three important properties of PSMemberInfo are:
Name A string that identifies the property with a name.
Value The actual value of the member that extends an object.
TypeNameOfValue A string that identifies the .NET type of Value.
Some classes that inherit from PSMemberInfo include:
PSPropertyInfo Base class for all members of PowerShell objects that behave like properties.
PSMethodInfo
PSPropertySet

Index