PSClassUtils is a Windows PowerShell module which helps getting information on scripts containing classes. It has usefull commands to get the list of classes, class properties, methods, constructors and Enums.
PsclassUtils allows to create diagrams that represents the class constructs in a file or a project.
Get-CUClass
---?image=PSHTML/Examples/Example6/tribute_snover.png&size=50%
Get started:
Install-Module PSHTML
Look at code samples