IApplicationModel - интерфейс

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

Definition

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

Свойства

ApplicationCatalog Модель каталога приложений которому принадлежит приложение
ApplicationPackage Пакет приложения
BaseAddress Базовый адрес сервиса приложения
IsDefaultInstance Экземпляр по умолчанию
ServerCode Имя экземпляра сервиса
SkipWinAuth Признак того, что аутентификация Windows не выполняется, если не введён логин и пароль.
State Состояние приложения

Методы

AttachMonitor Устанавливает мониторинг установки приложения
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)
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)
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Унаследован от IDisposable)
LaunchAsync Вызывает запуск приложения
OnMessage Вызывает обработку сообщения message
(Унаследован от IApplicationMessageObserver)

События

ApplicationClosed Событие закрытия приложения
ApplicationLaunched Событие успешного запуска приложения
ApplicationLaunchFailed Событие сбоя при запуске приложения

См. также