Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerTip: Use PowerShell to find all methods from .NET Framework class

Summary: Learn how to find all methods from a .NET Framework class by using Windows PowerShell. (image)  How can I use Windows PowerShell to show both static and dynamic methods for a .NET Framework class? (image)  Use the GetMethods method from the class. This example uses the System.Math class to return the       &...