Shutdowns the computer.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Sub Shutdown ( _
	Force As Boolean _
)
C#
public void Shutdown(
	bool Force
)
Visual C++
public:
void Shutdown(
	bool Force
)
JavaScript
function shutdown(Force);

Parameters

Force
Type: System..::.Boolean
Immediately when true.

See Also