Skip to content

Commit

Permalink
it's supported by Windows, Linux, FreeBSD and OSX-family so we simply…
Browse files Browse the repository at this point in the history
… might not need it
  • Loading branch information
adamsitnik committed Aug 10, 2021
1 parent 121cdfe commit 48bbece
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ public TimeSpan PrivilegedProcessorTime
get { throw new PlatformNotSupportedException(); }
}

/// <summary>Gets the time the associated process was started.</summary>
internal DateTime StartTimeCore
{
get { throw new PlatformNotSupportedException(); }
}

/// <summary>
/// Gets the amount of time the associated process has spent utilizing the CPU.
/// It is the sum of the <see cref='System.Diagnostics.Process.UserProcessorTime'/> and
Expand Down

0 comments on commit 48bbece

Please sign in to comment.