WindowPattern Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | Attempts to close the current window. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| SetWindowVisualState | Changes the WindowVisualState of the window. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| WaitForInputIdle | Causes the calling code to block for the specified time or until the associated process enters an idle state, whichever completes first. |
| Name | Description | |
|---|---|---|
| Finalize | Frees resources and performs other cleanup operations before the object is reclaimed by garbage collection. (inherited from BasePattern) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |