Apr 25, 2006
Post comments count0
Post likes count0
Sunday morning drive with my hair on fire: Types/Community/Synthetic types/Democracy/Cool XML tricks
Exploring types is a pain! Monad provides Get-Member which makes it pretty nice to explore an OBJECT but if you want to explore that object's type, you have to use the capabilities of the System.RuntimeType class. Let me make that distinction a little clearer. Imagine that I've got some xml:$x=[XML]"<a><b>TEST</b><a>" ...