PowerTip: Find PowerShell Exported Types

Doctor Scripto

Summary: Learn how to find Windows PowerShell exported types.

Hey, Scripting Guy! Question How can I easily look at runspace exported types in Windows PowerShell?

Hey, Scripting Guy! Answer Call the Assembly property from the [psobject] type accelerator, and then call the GetExportedTypes() method,
           for example:

[psobject].Assembly.GetExportedTypes()

0 comments

Discussion is closed.

Feedback usabilla icon