Monday, January 25, 2010

Find the static methods on an object using powershell

[System.IO.Path] | Get-Member -Static

That "-Static" part took me way too long to find. My Google-Fu needs work.

No comments:

Post a Comment