MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / Main

Method Main

tools/profiler/csharp/Program.cs:12–18  ·  view source on GitHub ↗

The main entry point for the application.

()

Source from the content-addressed store, hash-verified

10 /// The main entry point for the application.
11 /// </summary>
12 [STAThread]
13 static void Main()
14 {
15 Application.EnableVisualStyles();
16 Application.SetCompatibleTextRenderingDefault(false);
17 Application.Run(new Main());
18 }
19 }
20}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected