IDkmDeploymentCommandCallback.OnProcessExit Yöntem

Tanım

Başlatılan komutun tamamlandığını belirten gösterge. Bu alındıktan sonra başka bildirim gönderilmez.

public:
 void OnProcessExit(Microsoft::VisualStudio::Debugger::DefaultPort::DkmDeploymentCommand ^ deploymentCommand, int exitCode);
public void OnProcessExit (Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand deploymentCommand, int exitCode);
abstract member OnProcessExit : Microsoft.VisualStudio.Debugger.DefaultPort.DkmDeploymentCommand * int -> unit
Public Sub OnProcessExit (deploymentCommand As DkmDeploymentCommand, exitCode As Integer)

Parametreler

deploymentCommand
DkmDeploymentCommand

'Ndaki Hedef bilgisayarda yürütülen rastgele bir yürütülebiliri temsil eden nesne.

exitCode
Int32

[In] 32 bit değeri, çıkışta döndürülen işleme döndürüldü. Bu, kernel32 ' dan bildirilecek olan değerdir! GetExitCodeProcess.

Şunlara uygulanır