Skip to content

Instantly share code, notes, and snippets.

@alexanderfloh
Created September 10, 2013 04:53
Show Gist options
  • Save alexanderfloh/6505128 to your computer and use it in GitHub Desktop.
Save alexanderfloh/6505128 to your computer and use it in GitHub Desktop.
.NET autoloading based on modules in the process
!for_each_module .if(($sicmp( "@#ModuleName" , "mscorwks") = 0) ) {.loadby sos mscorwks} .elsif ($sicmp( "@#ModuleName" , "clr") = 0) {.loadby sos clr}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment