WindowProviderWrapper - класс

Обёртка над объектом автоматизации, представляющим окно.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class WindowProviderWrapper : MarshalByRefObject, 
	IWindowProvider
Inheritance
Object    MarshalByRefObject    WindowProviderWrapper
Implements
IWindowProvider

Свойства

InteractionStateGets the interaction state of the window.
IsModalGets a value that specifies whether the window is modal.
IsTopmostGets a value that specifies whether the window is the topmost element in the z-order.
MaximizableGets a value that specifies whether the window can be maximized.
MinimizableGets a value that specifies whether the window can be minimized.
VisualStateGets the visual state of the window.

Методы

CloseAttempts to close the window.
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)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject)
SetVisualState 
ToStringReturns a string that represents the current object.
(Унаследован от Object)
WaitForInputIdleCauses the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first.
Wrap 

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

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также