jdhitsolutions / PSScriptTools

:wrench: :hammer: A set of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console. Most should work in both Windows PowerShell and PowerShell 7, even cross-platform. Any operating system limitations should be handled on a per command basis. The Samples folder contains demonstration script files
MIT License
901 stars 112 forks source link

Hide common .NET methods in Get-TypeMember #136

Closed jdhitsolutions closed 1 year ago

jdhitsolutions commented 1 year ago

Hide common methods like Get-HashCode and Get-LifetimeService but offer a parameter to force showing everything

jdhitsolutions commented 1 year ago

I think these are virtual properties but will need to do more research.

jdhitsolutions commented 1 year ago

After more testing and research, I'm not going to pursue this.