- 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.
推薦閱讀
- Android Studio Essentials
- R語言游戲數(shù)據(jù)分析與挖掘
- Teaching with Google Classroom
- Node.js Design Patterns
- Getting Started with LLVM Core Libraries
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Mastering Backbone.js
- 區(qū)塊鏈國產(chǎn)化實踐指南:基于Fabric 2.0
- 大學(xué)計算機基礎(chǔ)實驗指導(dǎo)
- 監(jiān)控的藝術(shù):云原生時代的監(jiān)控框架
- 黑莓(BlackBerry)開發(fā)從入門到精通
- Visual C++開發(fā)寶典
- 數(shù)據(jù)科學(xué)中的實用統(tǒng)計學(xué)(第2版)
- Python Automation Cookbook
- Python編程零基礎(chǔ)入門