ApplicationModel - класс

Модель приложения

Definition

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

Конструкторы

ApplicationModel Initializes a new instance of the ApplicationModel class.

Свойства

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

Методы

AttachMonitor Устанавливает мониторинг установки приложения
CompareTo(IApplicationModel)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.
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.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
LaunchAsync 
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
OnMessage Вызывает обработку сообщения message
ToStringReturns a string that represents the current object.
(Унаследован от Object)

События

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

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также