C# Class System.Windows.Mvvm.Services.OperatingSystem.OperatingSystemService

Represents a service, that provides functionality to manage the operating system life-cycle.
Exibir arquivo Open project: lecode-official/mvvm-framework

Public Methods

Method Description
Shutdown ( ) : void

Shuts down the operating system.

Method Details

Shutdown() public method

Shuts down the operating system.
public Shutdown ( ) : void
return void