Beispiel #1
0
    // Token: 0x060000C7 RID: 199 RVA: 0x000053C8 File Offset: 0x000035C8
    public static bool Flash()
    {
        IntPtr windowHandle = FlashWindow.GetWindowHandle();

        Debug.LogFormat("FlashWindow.Flash({0})", new object[]
        {
            windowHandle
        });
        return(FlashWindow.Flash(windowHandle));
    }