Advertisement
Guest User

Untitled

a guest
Jan 7th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .assembly extern System.Runtime
  2. {
  3.   .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A )
  4.   .ver 4:2:2:0
  5. }
  6.  
  7. .assembly extern System.Runtime.Extensions
  8. {
  9.   .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A )
  10.   .ver 4:2:2:0
  11. }
  12.  
  13. .assembly extern System.Private.CoreLib
  14. {
  15.   .publickeytoken = ( 7C EC 85 D7 BE A7 79 8E )
  16.   .ver 4:0:0:0
  17. }
  18.  
  19. .assembly Uuids.CoreLib
  20. {
  21.     .custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = (
  22.         01 00 08 00 00 00 00 00
  23.     )
  24.     .custom instance void [System.Runtime]System.Runtime.CompilerServices.RuntimeCompatibilityAttribute::.ctor() = (
  25.         01 00 01 00 54 02 16 57 72 61 70 4e 6f 6e 45 78
  26.         63 65 70 74 69 6f 6e 54 68 72 6f 77 73 01
  27.     )
  28.     .custom instance void [System.Runtime]System.Diagnostics.DebuggableAttribute::.ctor(valuetype [System.Runtime]System.Diagnostics.DebuggableAttribute/DebuggingModes) = (
  29.         01 00 02 00 00 00 00 00
  30.     )
  31.     .custom instance void [System.Runtime]System.Runtime.Versioning.TargetFrameworkAttribute::.ctor(string) = (
  32.         01 00 18 2e 4e 45 54 43 6f 72 65 41 70 70 2c 56
  33.         65 72 73 69 6f 6e 3d 76 33 2e 31 01 00 54 0e 14
  34.         46 72 61 6d 65 77 6f 72 6b 44 69 73 70 6c 61 79
  35.         4e 61 6d 65 00
  36.     )
  37.     .custom instance void [System.Runtime]System.Reflection.AssemblyConfigurationAttribute::.ctor(string) = (
  38.         01 00 07 52 65 6c 65 61 73 65 00 00
  39.     )
  40.     .custom instance void [System.Runtime]System.Reflection.AssemblyDescriptionAttribute::.ctor(string) = (
  41.         01 00 26 53 79 73 74 65 6d 2e 50 72 69 76 61 74
  42.         65 2e 43 6f 72 65 4c 69 62 20 69 6e 74 65 72 6f
  43.         70 20 6d 65 74 68 6f 64 73 00 00
  44.     )
  45.     .custom instance void [System.Runtime]System.Reflection.AssemblyFileVersionAttribute::.ctor(string) = (
  46.         01 00 07 31 2e 30 2e 30 2e 30 00 00
  47.     )
  48.     .custom instance void [System.Runtime]System.Reflection.AssemblyInformationalVersionAttribute::.ctor(string) = (
  49.         01 00 05 31 2e 30 2e 30 00 00
  50.     )
  51.     .custom instance void [System.Runtime]System.Reflection.AssemblyProductAttribute::.ctor(string) = (
  52.         01 00 0d 55 75 69 64 73 2e 43 6f 72 65 4c 69 62
  53.         00 00
  54.     )
  55.     .custom instance void [System.Runtime]System.Reflection.AssemblyTitleAttribute::.ctor(string) = (
  56.         01 00 0d 55 75 69 64 73 2e 43 6f 72 65 4c 69 62
  57.         00 00
  58.     )
  59.   .custom instance void System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute::.ctor(string) = (
  60.     01 00 16 53 79 73 74 65 6d 2e 50 72 69 76 61 74
  61.     65 2e 43 6f 72 65 4c 69 62 00 00
  62.   )
  63.     .ver 1:0:1:0
  64. }
  65.  
  66. .module Uuids.CoreLib.dll
  67.  
  68. .class public abstract sealed auto ansi beforefieldinit
  69.   Uuids.CoreLib.Internal
  70.     extends [System.Runtime]System.Object
  71. {
  72.  
  73.   .method public hidebysig static void
  74.     GetRandomBytes(
  75.       unsigned int8* buffer,
  76.       int32 length
  77.     ) cil managed aggressiveinlining
  78.   {
  79.     .maxstack 8
  80.     ldarg.0      // buffer
  81.     ldarg.1      // length
  82.     call         void [System.Private.CoreLib]Interop::GetRandomBytes(unsigned int8*, int32)
  83.     ret
  84.  
  85.   } // end of method Uuids.CoreLib.Internal::GetRandomBytes
  86.  
  87.   .method public hidebysig static string
  88.     FastAllocateString(
  89.       int32 length
  90.     ) cil managed aggressiveinlining
  91.   {
  92.     .maxstack 8
  93.     ldarg.0      // length
  94.     call         string System.String::FastAllocateString(int32)
  95.     ret
  96.   } // Uuids.CoreLib.Internal::FastAllocateString
  97. } // end of class Uuids.CoreLib.Internal
  98.  
  99. .class public auto ansi beforefieldinit
  100.   System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute
  101.     extends [System.Runtime]System.Attribute
  102. {
  103.   .custom instance void [System.Runtime]System.AttributeUsageAttribute::.ctor(valuetype [System.Runtime]System.AttributeTargets)
  104.     = (
  105.       01 00 01 00 00 00 01 00 54 02 0d 41 6c 6c 6f 77 // ........T..Allow
  106.       4d 75 6c 74 69 70 6c 65 01                      // Multiple.
  107.     )
  108.     // int32(1) // 0x00000001
  109.     // property bool 'AllowMultiple' = bool(true)
  110.  
  111.   .field private initonly string '<AssemblyName>k__BackingField'
  112.   .custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  113.     = (01 00 00 00 )
  114.  
  115.   .method public hidebysig specialname rtspecialname instance void
  116.     .ctor(
  117.       string assemblyName
  118.     ) cil managed
  119.   {
  120.     .maxstack 8
  121.     ldarg.0      // this
  122.     call         instance void [System.Runtime]System.Attribute::.ctor()
  123.     ldarg.0      // this
  124.     ldarg.1      // assemblyName
  125.     stfld        string System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute::'<AssemblyName>k__BackingField'
  126.     ret
  127.   } // end of method IgnoresAccessChecksToAttribute::.ctor
  128.  
  129.   .method public hidebysig specialname instance string
  130.     get_AssemblyName() cil managed
  131.   {
  132.     .custom instance void [System.Runtime]System.Runtime.CompilerServices.CompilerGeneratedAttribute::.ctor()
  133.       = (01 00 00 00 )
  134.     .maxstack 8
  135.     ldarg.0      // this
  136.     ldfld        string System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute::'<AssemblyName>k__BackingField'
  137.     ret
  138.  
  139.   } // end of method IgnoresAccessChecksToAttribute::get_AssemblyName
  140.  
  141.   .property instance string AssemblyName()
  142.   {
  143.     .get instance string System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute::get_AssemblyName()
  144.   } // end of property IgnoresAccessChecksToAttribute::AssemblyName
  145. } // end of class System.Runtime.CompilerServices.IgnoresAccessChecksToAttribute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement