Skip to content

Instantly share code, notes, and snippets.

@joppegabbe
joppegabbe / ShowObjectGraph.ps1
Created June 5, 2019 19:02 — forked from sean-m/ShowObjectGraph.ps1
Displays structure of an object/collection in a WPF TreeView.
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.