次の方法で共有


ApplicationAdapter.AdapterProcessChange(Process) Method

Definition

Used by inherited classes to send process change event to UII

public:
 void AdapterProcessChange(System::Diagnostics::Process ^ changedProcess);
public void AdapterProcessChange (System.Diagnostics.Process changedProcess);
member this.AdapterProcessChange : System.Diagnostics.Process -> unit
Public Sub AdapterProcessChange (changedProcess As Process)

Parameters

changedProcess
Process

Specifies the process that has changed.

Applies to