Stephanevg / PSClassUtils

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

Add ClassName property to ASTDocument Class #48

Open LxLeChat opened 6 years ago

LxLeChat commented 6 years ago

Hello Stephane, Maybe we can add a simple property to the ASTDocument class called "ClassName". Depending on the direction you are willing to take regarding #47 this could be useful, because i see that Get-CUClassConstructor, Get-CUClassMethod, Get-CUClassProperty take "classname" as theirs primary argument.

Stephanevg commented 6 years ago

I actually completley agree with you @LxLeChat . I just finished updating Get-CUClassMethod, and clearly see the need for it there as well.