Intrinsic Members
All objects in PowerShell have five intrinsic members:
psobject: Reflection source of members.psbase: aMemberSetcontaining members of the object being wrapped.psadapted: adapted members added by ETS.psextended: aMemberSetcontaining extended members added at runtime.pstypenames: equivalent topsobject.TypeNames. A collection containing the type names of inheritance chain.
ps1
1