public class WindowProviderWrapper : MarshalByRefObject,
IWindowProvider
Public Class WindowProviderWrapper
Inherits MarshalByRefObject
Implements IWindowProvider
public ref class WindowProviderWrapper : public MarshalByRefObject,
IWindowProvider
type WindowProviderWrapper =
class
inherit MarshalByRefObject
interface IWindowProvider
end
InteractionState | Gets the interaction state of the window. |
IsModal | Gets a value that specifies whether the window is modal. |
IsTopmost | Gets a value that specifies whether the window is the topmost element in the z-order. |
Maximizable | Gets a value that specifies whether the window can be maximized. |
Minimizable | Gets a value that specifies whether the window can be minimized. |
VisualState | Gets the visual state of the window. |
Close | Attempts to close the window. |
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) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
SetVisualState | |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
WaitForInputIdle | Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first. |
Wrap |