Language

SafeProcessHandle.Open(Int32) Method

Definition

public:
 static Microsoft::Win32::SafeHandles::SafeProcessHandle ^ Open(int processId);
[System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static Microsoft.Win32.SafeHandles.SafeProcessHandle Open(int processId);
[<System.Runtime.Versioning.SupportedOSPlatform("maccatalyst")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
static member Open : int -> Microsoft.Win32.SafeHandles.SafeProcessHandle
Public Shared Function Open (processId As Integer) As SafeProcessHandle

Parameters

processId
Int32

Returns

Attributes

Applies to