public static void Default_0_FlushCacheInWindows() { if (!Runtime.Platform.IsWindows) { return; } Assert.True(ShellIcon.FlushCache()); }