Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
92 stars 23 forks source link

Add support for Enums in Diagrams #38

Closed Stephanevg closed 5 years ago

Stephanevg commented 5 years ago

This should not be that complicated, as the ASTDocument returns the following object:

image

The Enum property, contains an array of 'ClassEnums' (Which is defined here)

Stephanevg commented 5 years ago

Done