Для изменения размера нажмите или перетащите

IApplicationModel - интерфейс

Описание интерфейса модели приложения

Пространство имён:  Tessa.Applications
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public interface IApplicationModel : IApplicationMessageObserver, 
	IDisposable, IComparable, IComparable<IApplicationModel>

Тип IApplicationModel предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойствоApplicationCatalog
Gets Модель каталога приложений которому принадлежит приложение
Открытое свойствоApplicationPackage
Gets Пакет приложения
Открытое свойствоBaseAddress
Gets Базовый адрес сервиса приложения
Открытое свойствоIsDefaultInstance
Gets or sets a value indicating whether Экземпляр по умолчанию
Открытое свойствоServerCode
Gets Имя экземпляра сервиса
Открытое свойствоState
Gets Состояние приложения
В начало страницы
Методы
  ИмяОписание
Открытый методAttachMonitor
Устанавливает мониторинг установки приложения
Открытый методCompareTo(Object)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparable.)
Открытый методCompareTo(T)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Унаследован от IComparableIApplicationModel.)
Открытый методDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Унаследован от IDisposable.)
Открытый методLaunchAsync
Вызывает запуск приложения
Открытый методOnMessage
Вызывает обработку сообщения message
(Унаследован от IApplicationMessageObserver.)
В начало страницы
События
  ИмяОписание
Открытое событиеApplicationClosed
Событие закрытия приложения
Открытое событиеApplicationLaunched
Событие успешного запуска приложения
Открытое событиеApplicationLaunchFailed
Событие сбоя при запуске приложения
В начало страницы
См. также