Shuttle.Core.System
20.0.0
Prefix Reserved
dotnet add package Shuttle.Core.System --version 20.0.0
NuGet\Install-Package Shuttle.Core.System -Version 20.0.0
<PackageReference Include="Shuttle.Core.System" Version="20.0.0" />
paket add Shuttle.Core.System --version 20.0.0
#r "nuget: Shuttle.Core.System, 20.0.0"
// Install Shuttle.Core.System as a Cake Addin #addin nuget:?package=Shuttle.Core.System&version=20.0.0 // Install Shuttle.Core.System as a Cake Tool #tool nuget:?package=Shuttle.Core.System&version=20.0.0
Shuttle.Core.System
PM> Install-Package Shuttle.Core.System
OS and system level abstractions.
ISystemClock
The default implementation is SystemClock
.
DateTimeOffset UtcNow { get; }
Return the DataTimeOffset
as the current UTC data/time.
IEnvironmentService
The default implementation is EnvironmentService
.
bool UserInteractive { get; }
Return true
if running as a console application; else false
.
IProcessService
The default implementation is ProcessService
.
IProcess GetCurrentProcess();
Returns the IProcess
abstraction for the current process.
IProcess
Represents a system process and the default implementation is SystemProcess
.
void Kill();
Kills the process.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
- Shuttle.Core.Contract (>= 20.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Shuttle.Core.System:
Package | Downloads |
---|---|
Shuttle.Esb
Contains the core Shuttle.Esb assembly that should always be referenced when building Shuttle.Esb solutions. |
GitHub repositories
This package is not used by any popular GitHub repositories.