Created
February 5, 2021 12:16
-
-
Save kant2002/655a0eb9af1b71e144f442d9c1b3da62 to your computer and use it in GitHub Desktop.
Generated code by ILC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Internal.Runtime.CompilerHelpers; | |
// .... | |
int main(int argc, char** argv) | |
{ | |
StartupCodeHelpers.InitializeCommandLineArgsW(argc, argv); | |
String[] arguments = StartupCodeHelpers.GetMainMethodArguments(); | |
int exitCode = __managed_Main(arguments); | |
StartupCodeHelpers.SetLatchedExitCode(exitCode); | |
return StartupCodeHelpers.Shutdown(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment