Esempio n. 1
0
        DecrypterInfo3 getInfoV3(MethodDefinition cctor, MethodDefinition method)
        {
            var info = new DecrypterInfo3(cctor, method);

            if (!info.initialize())
            {
                return(null);
            }
            return(info);
        }
Esempio n. 2
0
 DecrypterInfo3 getInfoV3(MethodDefinition cctor, MethodDefinition method)
 {
     var info = new DecrypterInfo3(cctor, method);
     if (!info.initialize())
         return null;
     return info;
 }