Esempio n. 1
0
    public int method_22()
    {
        RegistryKey object_ = Delegate126.smethod_0(Registry.CurrentUser, Delegate88.smethod_0("Software\\", this.string_3, "\\Files"));

        string[] array = Delegate182.smethod_0(object_);
        return(array.Length - 1);
    }
Esempio n. 2
0
 public bool method_16(string string_7)
 {
     string[] array  = Delegate182.smethod_0(this.registryKey_0);
     string[] array2 = array;
     for (int i = 0; i < array2.Length; i++)
     {
         string text = array2[i];
         if (Delegate98.smethod_1(text, string_7))
         {
             return(true);
         }
     }
     return(false);
 }
Esempio n. 3
0
 public string[] method_20()
 {
     this.registryKey_0 = Delegate126.smethod_0(Registry.CurrentUser, Delegate88.smethod_0("Software\\", this.string_3, "\\Files"));
     return(Delegate182.smethod_0(this.registryKey_0));
 }