Table of Contents

Class Process

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Provides functionality for interacting with the currently running process.

public static class Process
Inheritance
Process
Inherited Members

Methods

exit()

Ends the current process with exit code zero.

public static void exit()

exit(int)

Ends the current process with the specified exit code.

public static void exit(int code)

Parameters

code int

The exit code.