Exemplo n.º 1
0
        DecrypterInfo4 getInfoV4(MethodDefinition cctor, MethodDefinition method)
        {
            var info = new DecrypterInfo4(cctor, method);

            if (!info.initialize())
            {
                return(null);
            }
            return(info);
        }
Exemplo n.º 2
0
 DecrypterInfo4 getInfoV4(MethodDefinition cctor, MethodDefinition method)
 {
     var info = new DecrypterInfo4(cctor, method);
     if (!info.initialize())
         return null;
     return info;
 }