sub-main
基本解释
- n.辅助干线;干线的分支
英汉例句
- Define a Public Sub Main procedure for your project.
为项目定义Public Sub Main过程。 - In this case, your application will use the standard Sub Main.
在这种情况下,应用程序将使用标准的Sub Main。 - For example, a Console Application has a Startup Object option, which can be Sub Main or Module1.
例如,控制台应用程序具有“启动对象”选项,该选项可以是“Sub Main”或“Module1”。 - A Windows Application has a Startup Form option, which can be Form1 or Sub Main (see following note).
Windows应用程序则具有“启动窗体”选项,该选项可以是“Form1”或“Sub Main”(请参见下面的注意部分)。 - A full qualification to the class or module that contains the Sub Main procedure to be called when the program starts.
这是类或模块的完全限定位置,该类或模块包含程序启动时要调用的Sub Main过程。