예제 #1
0
    // Token: 0x06000101 RID: 257 RVA: 0x00007010 File Offset: 0x00005210
    public static void smethod_5(object[] object_0)
    {
        string string_ = (string)object_0[0];

        if ((bool)object_0[1])
        {
            try
            {
                string text = Class8.smethod_61(string_);
                if (!string.IsNullOrEmpty(text))
                {
                    Class20.smethod_8(text);
                }
            }
            catch (Exception exception_)
            {
                Class8.smethod_62(string_);
                Class8.smethod_86(exception_, "HandleBaseCommandExceptionHash");
            }
        }
        if (Class8.queue_0.Count != 0)
        {
            Class20.smethod_7(Class8.queue_0.Dequeue());
        }
    }