Advertisement
Guest User

wtf

a guest
Aug 4th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LLVM 1.41 KB | None | 0 0
  1.   .method assembly hidebysig specialname rtspecialname instance void
  2.     .ctor(
  3.       valuetype ApexSql.Activation.ApexSQLProducts application,
  4.       string serverName
  5.     ) cil managed
  6.   {
  7.     .maxstack 8
  8.  
  9.     // [32 7 - 32 24]
  10.     IL_0000: ldarg.0      // this
  11.     IL_0001: call         instance void [mscorlib]System.Object::.ctor()
  12.  
  13.     // [33 7 - 33 27]
  14.     IL_0006: ldarg.0      // this
  15.     IL_0007: ldarg.1      // application
  16.     IL_0008: stfld        valuetype ApexSql.Activation.ApexSQLProducts ApexSql.Activation.LicenceManager::b
  17.  
  18.     // [34 7 - 34 61]
  19.     IL_000d: ldarg.0      // this
  20.     IL_000e: call         class ApexSql.Activation.Classes.ConfigurationManager ApexSql.Activation.Classes.ConfigurationManager::get_Instance()
  21.     IL_0013: ldarg.0      // this
  22.     IL_0014: ldfld        valuetype ApexSql.Activation.ApexSQLProducts ApexSql.Activation.LicenceManager::b
  23.     IL_0019: callvirt     instance class ApexSql.Activation.ConfigurationInfo ApexSql.Activation.Classes.ConfigurationManager::GetInfo(valuetype ApexSql.Activation.ApexSQLProducts)
  24.     IL_001e: stfld        class ApexSql.Activation.ConfigurationInfo ApexSql.Activation.LicenceManager::c
  25.  
  26.     // [35 7 - 35 26]
  27.     IL_0023: ldarg.0      // this
  28.     IL_0024: ldarg.2      // serverName
  29.     IL_0025: stfld        string ApexSql.Activation.LicenceManager::d
  30.     IL_002a: ret          
  31.  
  32.   } // end of method LicenceManager::.ctor
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement