Skip to content

Instantly share code, notes, and snippets.

@dfinke
Created October 29, 2012 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dfinke/3974322 to your computer and use it in GitHub Desktop.
Save dfinke/3974322 to your computer and use it in GitHub Desktop.
Works in a console app not a windows store app
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