Skip to content

Instantly share code, notes, and snippets.

@tjanczuk
Created November 4, 2015 03:25
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 tjanczuk/915cadf23a5cf099df93 to your computer and use it in GitHub Desktop.
Save tjanczuk/915cadf23a5cf099df93 to your computer and use it in GitHub Desktop.
Get file name of Edge.js generated assembly
console.log(require('edge').func(function () {/*
async (input) =>
{
return System.Reflection.Assembly.GetExecutingAssembly().CodeBase;
}
*/})(null, true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment