Skip to content

Instantly share code, notes, and snippets.

@kant2002
Created February 5, 2021 12:16
Show Gist options
  • Save kant2002/655a0eb9af1b71e144f442d9c1b3da62 to your computer and use it in GitHub Desktop.
Save kant2002/655a0eb9af1b71e144f442d9c1b3da62 to your computer and use it in GitHub Desktop.
Generated code by ILC
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