Share via


CGEvent.PostToPid Method

Definition

Overloads

Name Description
PostToPid(Int32)

Post an event to a specific process

PostToPid(CGEvent, Int32)

Post an event to a specific process

PostToPid(Int32)

Post an event to a specific process

public void PostToPid(int pid);
member this.PostToPid : int -> unit

Parameters

pid
Int32

Applies to

PostToPid(CGEvent, Int32)

Post an event to a specific process

public static void PostToPid(CoreGraphics.CGEvent evt, int pid);
static member PostToPid : CoreGraphics.CGEvent * int -> unit

Parameters

evt
CGEvent
pid
Int32

Applies to