Table of Contents

Class Program

Namespace
Shard.Server
Assembly
Shard.Server.dll

Entry point for the Shard server. This executable is just a CLI handler + module host; everything else lives in the Shard.* modules, loaded in dependency order by ModuleHost.

public static class Program
Inheritance
Program
Inherited Members

Methods

Main(string[])

public static int Main(string[] args)

Parameters

args string[]

Returns

int