# Decompiler

The decompiler allows you to view the source code for C# types that are loaded within your PowerShell process. This can be helpful to understand how types and cmdlets work.&#x20;

You can access the decompiler by using the Reflection section of the PowerShell explorer. Navigate to a type and click the Decompile Type button. A text editor will open with the decompiled source code.&#x20;

![](https://3667946160-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LNFE66tpE_51uobNA70%2F-MZTldJ_cyHt1nZXiTSA%2F-MZTmGuHnVmlm04QrG3O%2Fdecompiler.gif?alt=media\&token=8fac47d1-501d-459e-82ea-6d07f9b4eb88)
