Table of Contents

Method BindProcessEvents

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BindProcessEvents(Process)

Binds event handlers to the specified Process to handle its output, error, exit, and disposal events. Notifies all subscribers about process lifecycle events and logs output and error data.

public static void BindProcessEvents(Process process)

Parameters

process Process

The Process to bind events to.