PowerTip: View Static Members of a Type Accelerator

Doctor Scripto

Summary: Learn how to view static members of a type accelerator in Windows PowerShell.

Hey, Scripting Guy! Question How can I view the static methods and properties of the [math] type accelerator?

Hey, Scripting Guy! Answer Charlotte Windows PowerShell user group Brian Wilhite says: To view the methods and properties of the [math] type accelerator, you’ll use the Get-Member cmdlet with the –Static parameter.

[math] | Get-Member -Static

0 comments

Discussion is closed.

Feedback usabilla icon