This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function Show-ObjectGraph { | |
| [Alias('sog')] | |
| <# | |
| .Synopsis | |
| Displays structure of an object/collection in a WPF TreeView. | |
| .DESCRIPTION | |
| Recursively builds out an object graph which is then set to | |
| the DataContext of a WPF TreeView. This will display all type and | |
| member info for the object or collection elements. This is a blocking | |
| operation. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.