Догађаји
Изградите интелигентне апликације
17. мар 21 - 21. мар 10
Придружите се серији састанака како бисте изградили скалабилна АИ решења заснована на стварним случајевима коришћења са колегама програмерима и стручњацима.
Региструјте се одмахОвај прегледач више није подржан.
Надоградите на Microsoft Edge бисте искористили најновије функције, безбедносне исправке и техничку подршку.
Causes the compiler not to automatically reference the standard libraries.
-nostdlib
The -nostdlib
option removes the automatic reference to the System.dll assembly and prevents the compiler from reading the Vbc.rsp file. The Vbc.rsp file, which is located in the same directory as the Vbc.exe file, references the commonly used .NET Framework assemblies and imports the System
and Microsoft.VisualBasic
namespaces.
Напомена
The Mscorlib.dll and Microsoft.VisualBasic.dll assemblies are always referenced.
Напомена
The -nostdlib
option is not available from within the Visual Studio development environment; it is available only when compiling from the command line.
The following code compiles T2.vb
without referencing the standard libraries. You must set the _MYTYPE
conditional-compilation constant to the string "Empty" to remove the My
object.
vbc -nostdlib -define:_MYTYPE=\"Empty\" T2.vb
.NET повратне информације
.NET је пројекат отвореног кода. Изаберите везу да бисте обезбедили повратне информације:
Догађаји
Изградите интелигентне апликације
17. мар 21 - 21. мар 10
Придружите се серији састанака како бисте изградили скалабилна АИ решења заснована на стварним случајевима коришћења са колегама програмерима и стручњацима.
Региструјте се одмах