Свойство | Тип | Описание | |
---|---|---|---|
Exited | BaseEventHandler |
Метод | Описание | |
---|---|---|
ApplicationWindowControl ( |
Initializes a new instance of ApplicationWindowControl for specified ProcessStartInfo and wait timeout.
|
|
Dispose ( ) : void |
Releases all resources used by the current instance of the ApplicationWindowControl class.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
When overridden in a derived class, releases the unmanaged resources used by the ApplicationWindowControl, and optionally releases the managed resources.
|
Метод | Описание | |
---|---|---|
OnLoaded ( object sender, System e ) : void | ||
OnProcessExited ( object sender, |
||
OnSizeChanged ( object sender, System e ) : void | ||
ResizeEmbeddedApp ( ) : void |
public ApplicationWindowControl ( |
||
StartInfo | Process start information | |
WaitTimeout | int | Event action (0 by default) |
Результат | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
Результат | void |