- 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.
推薦閱讀
- Redis入門指南(第3版)
- PyQt從入門到精通
- 樂學Web編程:網站制作不神秘
- Python 3破冰人工智能:從入門到實戰
- PHP+MySQL網站開發項目式教程
- Node.js Design Patterns
- Swift語言實戰精講
- Android程序設計基礎
- Mastering Unity 2D Game Development(Second Edition)
- 西門子S7-200 SMART PLC編程從入門到實踐
- 第一行代碼 C語言(視頻講解版)
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Mastering C++ Multithreading
- OpenStack Sahara Essentials
- The C++ Workshop