Skip to content

Instantly share code, notes, and snippets.

@lipkau
Last active October 19, 2015 09:13
Show Gist options
  • Save lipkau/f5279425f394a455ec75 to your computer and use it in GitHub Desktop.
Save lipkau/f5279425f394a455ec75 to your computer and use it in GitHub Desktop.
[BUG] Transform HashTable to Custom Object
Add-Type -TypeDefinition @"
using System;
namespace foo
{
public struct bar {
public Int64 id;
}
}
"@
[foo.bar]@{id=1}
@lipkau
Copy link
Author

lipkau commented Oct 19, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment