Thread: SMD For Agile
View Single Post
  #12  
Old 04-24-2025, 20:26
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 905
Rept. Given: 68
Rept. Rcvd 660 Times in 278 Posts
Thanks Given: 64
Thanks Rcvd at 3,819 Times in 717 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
SMD_FOR_AGILE_Fix11_x64

SMD_FOR_AGILE_Fix11_x64:

1. Fixed System.IComparable generic parameter constrain:
Type propertype = null;
if (interfaceContrain.Count==1&&interfaceContrain[0].ToString().StartsWith("System.IComparable"))
{
srth[i] = typeof(System.Boolean).TypeHandle;
continue;
}

2. Skipp InternalCall methods:
if ((((int)MI.mb.MethodImplementationFlags)&(int)MethodImplOptions.InternalCall)!=0)
continue;
Attached Files
File Type: rar SMD_FOR_AGILE_Fix11_x64.rar (103.4 KB, 18 views)
Reply With Quote
The Following 6 Users Say Thank You to CodeCracker For This Useful Post:
alekine322 (04-26-2025), besoeso (04-25-2025), tonyweb (04-27-2025), user_hidden (04-24-2025), wilson bibe (04-25-2025), zeuscane (04-24-2025)