Skip to content

Instantly share code, notes, and snippets.

@azyobuzin
Created November 12, 2011 04:18
Show Gist options
  • Save azyobuzin/1360032 to your computer and use it in GitHub Desktop.
Save azyobuzin/1360032 to your computer and use it in GitHub Desktop.
(def runningOnYacqRun
(==
(type "System.Reflection.Assembly")
.(GetExecutingAssembly)
.(GetName)
.Name
"Anonymously Hosted DynamicMethods Assembly"
)
)
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment