Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Get-Type » PowerShell   (RSS)

Microcode: Exploring More of .NET with Get-Assembly

In a previous post, I introduced a function called Get-Type , which allows you to see all of the types currently loaded by .NET.  What it doesn't do is help you find assemblies, the DLL files containing new types.  So while there might be 19000-odd

Microcode: PowerShell Scripting Tricks - Exploring .NET Types with a Get-Type function and Reflection

There's a simple yet powerful function that nearly everyone on the PowerShell team has written a version of.  My version is called Get-Type.  It's only a one-liner, but it's an amazing way to explore .NET and it's also an amazing example of
 
Page view tracker