Skip to content

Posh 0.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Sep 05:00
946bbe8

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

More History in CHANGELOG

Like It? Star It! Love It? Support It!