Guest User

Untitled

a guest
Jun 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # atually creates the dynamic assembly and then the dynamic module
  2. @assembly = AppDomain.CurrentDomain.DefineDynamicAssembly(@asm,
  3. AssemblyBuilderAccess.RunAndSave)
  4. @mod_builder = @assembly.DefineDynamicModule("#{@asm.Name}",
  5. @dll_name,
  6. false)
Add Comment
Please, Sign In to add comment