StartAutomating / Posh

PowerShell made Posh
https://posh.startautomating.com/
MIT License
59 stars 6 forks source link

Posh 0.2: Posh.NET #307

Closed StartAutomating closed 1 year ago

StartAutomating commented 1 year ago

Posh 0.2: Posh.NET:

Added Posh.Net Psuedotype (#282)

This makes .NET types easier to explore in Posh

For example:

$Posh.NET.Assembly # Get all assemblies
$Posh.NET.Type # Get all types
$Posh.Net.Generic # Get all generic types
$Posh.Net.Attribute # Get all attributes

For a full list of everything you can do, run:

$Posh.Net | Get-Member