Last active
October 19, 2015 09:13
-
-
Save lipkau/f5279425f394a455ec75 to your computer and use it in GitHub Desktop.
[BUG] Transform HashTable to Custom Object
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
Add-Type -TypeDefinition @" | |
using System; | |
namespace foo | |
{ | |
public struct bar { | |
public Int64 id; | |
} | |
} | |
"@ | |
[foo.bar]@{id=1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug reported at:
https://connect.microsoft.com/PowerShell/Feedback/Details/1894476