/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/AppxFactory.cs
16 строк
522 B
Clint Rutkas
Program plugin fully on stylecop (#5964)
14 авг 2020, 22:46
Не верифицирован
14 авг 2020, 22:46
e0a1b47
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.InteropServices; namespace Microsoft.Plugin.Program.Programs { // Reference : https://stackoverflow.com/questions/32122679/getting-icon-of-modern-windows-app-from-a-desktop-application [Guid("5842a140-ff9f-4166-8f5c-62f5b7b0c781")] [ComImport] public class AppxFactory { } }