Stephanevg / PSClassUtils

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

Correct gestion [System.String] vs [String] #116

Closed LaurentLienhard closed 5 years ago

LaurentLienhard commented 5 years ago

Issue #114 Test if $Method.ReturnType is Like System.

if yes use GetType().FullName if no use GetType().Name