PowerTip: View Static Members of a Type Accelerator

PowerTip: View Static Members of a Type Accelerator

Rate This
  • Comments 1

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

Leave a Comment
  • Please add 6 and 5 and type the answer here:
  • Post
  • Hello,

    Thks  Brian Wilhite, It helpful for me, I searched it one day !

Page 1 of 1 (1 items)