書名: Learn C# in 7 days作者名: Gaurav Aroraa本章字?jǐn)?shù): 96字更新時(shí)間: 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.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- JavaScript高效圖形編程
- Learning Apex Programming
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- Neo4j Essentials
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- Spring Boot進(jìn)階:原理、實(shí)戰(zhàn)與面試題分析
- Spring快速入門
- Android Wear Projects
- Python語言實(shí)用教程
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Hands-On Neural Network Programming with C#
- JavaScript程序設(shè)計(jì):基礎(chǔ)·PHP·XML
- Android Game Programming by Example
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)