public sealed class ApplicationModel : IApplicationModel,
IApplicationMessageObserver, IDisposable, IComparable, IComparable<IApplicationModel>
Public NotInheritable Class ApplicationModel
Implements IApplicationModel, IApplicationMessageObserver, IDisposable, IComparable,
IComparable(Of IApplicationModel)
public ref class ApplicationModel sealed : IApplicationModel,
IApplicationMessageObserver, IDisposable, IComparable, IComparable<IApplicationModel^>
[<SealedAttribute>]
type ApplicationModel =
class
interface IApplicationModel
interface IApplicationMessageObserver
interface IDisposable
interface IComparable
interface IComparable<IApplicationModel>
end
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. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
LaunchAsync | |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
OnMessage | Вызывает обработку сообщения message |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
ApplicationClosed | Событие закрытия приложения |
ApplicationLaunched | Событие успешного запуска приложения |
ApplicationLaunchFailed | Событие сбоя при запуске приложения |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |