Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 1.01 KB

Pitchme.md

File metadata and controls

56 lines (27 loc) · 1.01 KB

PSClassUtils

In 60 seconds


What is PSClassUtils?


PSClassUtils

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.


UML (-ish) Diagrams

PsclassUtils allows to create diagrams that represents the class constructs in a file or a project.


Diagram Example


Get-CUClass

---?image=PSHTML/Examples/Charts/Chart01/BarChartExample.png&size=25%

---?image=PSHTML/Examples/Example6/tribute_snover.png&size=50%


Get started:

Install-Module PSHTML

Look at code samples