Created
October 29, 2012 15:52
-
-
Save dfinke/3974322 to your computer and use it in GitHub Desktop.
Works in a console app not a windows store app
This file contains 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
var name = "System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"; | |
var asmName = new System.Reflection.AssemblyName(name); | |
var asm = System.Reflection.Assembly.Load(asmName); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment