A module generally consists of one or more Entry Point classes, which are loaded when the module itself loads.
模块通常由一个或多个Entry Point类组成,这些类将在模块本身载入时被载入。
Specifically, all the entry point classes in that module are initialized.
明确地说,该模块中的所有入口点类都被初始化。
This file is likely to contain the definition for several classes, including one that implements the static Main method that is used as the entry point for your application.
这个文件可能包含了一些类的定义,包含了一个实现了静态Main方法用来作为您的应用程序的入口。
This file is likely to contain the definition for several classes, including one that implements the static Main method that is used as the entry point for your application.
这个文件可能包含了一些类的定义,包含了一个实现了静态Main方法用来作为您的应用程序的入口。
应用推荐