Turns off the computer.

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

Syntax

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

Parameters

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

See Also