C# 클래스 AdvancedLauncher.SDK.Management.Windows.ApplicationWindowControl

WindowsFormsHost Control wrapper. Runs specified program inside this control.
상속: System.Windows.Controls.UserControl, IDisposable
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 프로퍼티들

프로퍼티 타입 설명
Exited BaseEventHandler

공개 메소드들

메소드 설명
ApplicationWindowControl ( ProcessStartInfo StartInfo, int WaitTimeout ) : System

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, EventArgs e ) : void
OnSizeChanged ( object sender, System e ) : void
ResizeEmbeddedApp ( ) : void

메소드 상세

ApplicationWindowControl() 공개 메소드

Initializes a new instance of ApplicationWindowControl for specified ProcessStartInfo and wait timeout.
public ApplicationWindowControl ( ProcessStartInfo StartInfo, int WaitTimeout ) : System
StartInfo System.Diagnostics.ProcessStartInfo Process start information
WaitTimeout int Event action (0 by default)
리턴 System

Dispose() 공개 메소드

Releases all resources used by the current instance of the ApplicationWindowControl class.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

When overridden in a derived class, releases the unmanaged resources used by the ApplicationWindowControl, and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

프로퍼티 상세

Exited 공개적으로 프로퍼티

Process exit event handler
public BaseEventHandler Exited
리턴 BaseEventHandler