- Learn C# in 7 days
- Gaurav Aroraa
- 96字
- 2021-07-08 09:51:22
4 (Main)
This is an entry point for our program. At least one Main method is required for our C# program, and it should be static. We will discuss static in detail in the upcoming section, Overview of C# reserved keywords. Main is also a reserved keyword.
An entry is a way that lets CLR know the what and where of the functions located in the DLL. For instance, whenever we run our console application, it tells CLR that Main is the entry point and everything surrounds here. For more details, refer to https://docs.microsoft.com/en-us/dotnet/framework/interop/specifying-an-entry-point and https://docs.microsoft.com/en-us/dotnet/framework/interop/specifying-an-entry-point.
推薦閱讀
- Node.js 10實戰(zhàn)
- Reporting with Visual Studio and Crystal Reports
- Python 深度學習
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- Java Web應用開發(fā)技術與案例教程(第2版)
- Unity 5 for Android Essentials
- MATLAB for Machine Learning
- Angular開發(fā)入門與實戰(zhàn)
- Integrating Facebook iOS SDK with Your Application
- 打開Go語言之門:入門、實戰(zhàn)與進階
- Statistical Application Development with R and Python(Second Edition)
- App Inventor 2 Essentials
- 從零開始學Android開發(fā)
- 石墨烯改性塑料
- Scratch從入門到精通