Advertisement
Pix___

Untitled

Aug 1st, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Instructions:
  2. 0000 : ldarg.0
  3. 0001 : ldfld System.Reflection.Emit.FieldBuilder System.Reflection.Emit.FactoryTests+<>c__DisplayClass122_0::dobuleField
  4. 0006 : ldnull
  5. 0007 : ldc.r8 3.14159265358979
  6. 0016 : box System.Double
  7. 0021 : callvirt instance System.Void System.Reflection.FieldInfo::SetValue(System.Object, System.Object)
  8. 0026 : nop
  9. 0027 : ret
  10.  
  11.  
  12.  
  13. Debug Trace:
  14. <<< Left IL >>>
  15. Local variables:
  16. Instructions:
  17. 0000 : nop
  18. 0001 : ldc.r8 3.14159265358979
  19. 0010 : stsfld System.Double System.Reflection.Emit.FactoryTests::StaticDoubleField
  20. 0015 : ret
  21.  
  22. <<< Right IL >>>
  23. Local variables:
  24. Instructions:
  25. 0001 : ldargnot supported
  26. 0004 : nop
  27. 0005 : nop
  28. 0006 : ldfld System.Reflection.Emit.FieldBuilder System.Reflection.Emit.FactoryTests+<>c__DisplayClass122_0::dobuleField
  29. 0011 : ldnull
  30. 0012 : ldc.r8 3.14159265358979
  31. 0021 : box System.Double
  32. 0026 : callvirt instance System.Void System.Reflection.FieldInfo::SetValue(System.Object, System.Object)
  33. 0031 : nop
  34. 0032 : ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement