-
-
Notifications
You must be signed in to change notification settings - Fork 50
iw4madminapplication Program
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph IW4MAdmin.Application
IW4MAdmin.Application.Program[[Program]]
end
| Type | Name | Methods |
|---|---|---|
BuildNumber |
Version |
get |
| Returns | Name |
|---|---|
Task |
Main(string``[] args)entrypoint of the application |
public Program()public static async Task Main(string[] args)| Type | Name | Description |
|---|---|---|
string``[] |
args |
entrypoint of the application
public static BuildNumber Version { get; }Generated with ModularDoc