System.Runtime.Versioning.VersioningHelper.GetCurrentProcessId C# (CSharp) Method

GetCurrentProcessId() private static method

private static GetCurrentProcessId ( ) : int
return int
        private static int GetCurrentProcessId() => unchecked((int)Interop.Kernel32.GetCurrentProcessId());
    }
VersioningHelper