IVbcHostObject Methods
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| BeginInitialization | Begins the initialization of the IVbcHostObject. |
| Compile | Compiles the project. |
| EndInitialization | Ends the initialization of the IVbcHostObject. |
| IsDesignTime | Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode. |
| IsUpToDate | Returns a value indicating whether the compiled project is up-to-date. |
| SetAdditionalLibPaths | Specifies additional directories to search for references. |
| SetAddModules | Specifies one or more modules to be part of the assembly. |
| SetBaseAddress | Specifies the preferred base address at which to load a DLL. |
| SetCodePage | Specifies the code page to use for all source code files in the compilation. |
| SetDebugType | Specifies the debug type. |
| SetDefineConstants | Specifies the preprocessor symbols to define. |
| SetDelaySign | Specifies a value indicating whether to create a fully signed assembly. |
| SetDisabledWarnings | Specifies the list of warnings to disable. |
| SetDocumentationFile | Specifies the XML file in which to save processed documentation comments. |
| SetErrorReport | Specifies a value that indicates how internal compiler errors are reported to Microsoft. |
| SetFileAlignment | Specifies the size of sections in the output file. |
| SetGenerateDocumentation | Specifies a value indicating whether to generate documentation and place it in an XML file with the name of the executable file or library that the compiler is creating. |
| SetImports | Specifies the namespaces to import. |
| SetKeyContainer | Specifies the name of the cryptographic key container. |
| SetKeyFile | Specifies the file name containing the cryptographic key. |
| SetLinkResources | Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file. |
| SetMainEntryPoint | Specifies the class or module that contains the location of the Sub Main procedure. |
| SetNoConfig | Specifies a value indicating whether to prevent the compiler from compiling with the vbc.rsp file. |
| SetNoStandardLib | Specifies a value indicating whether to prevent the import of mscorlib.dll. |
| SetNoWarnings | Specifies a value indicating whether the compiler supresses all warnings. |
| SetOptimize | Specifies a value indicating whether to enable optimizations. |
| SetOptionCompare | Specifies a value indicating how the compiler makes string comparisons. |
| SetOptionExplicit | Specifies a value indicating whether the explicit declaration of variables is required. |
| SetOptionStrict | Specifies a value indicating whether the compiler enforces strict type semantics to restrict implicit type conversions. |
| SetOptionStrictType | Specifies that the compiler should warn when strict language semantics are not respected. |
| SetOutputAssembly | Specifies the name of the output file. |
| SetPlatform | Specifies the processor platform to be targeted by the output file. |
| SetReferences | Specifies the items from which to import public type information into the current project. |
| SetRemoveIntegerChecks | Specifies a value indicating whether to disable integer overflow error checks. |
| SetResources | Specifies the .NET Framework resources to embed into the output file. |
| SetResponseFiles | Specifies the response files that contain commands for the compiler. |
| SetRootNamespace | Specifies the root namespace for all type declarations. |
| SetSdkPath | Specifies the location of mscorlib.dll and microsoft.visualbasic.dll. |
| SetSources | Specifies one or more Visual Basic source files. |
| SetTargetCompactFramework | Specifies a value indicating whether to target the .NET Compact Framework. |
| SetTargetType | Specifies the file format of the output file. |
| SetTreatWarningsAsErrors | Specifies a value indicating whether to treat all warnings as errors. |
| SetWarningsAsErrors | Specifies a list of warnings to treat as errors. |
| SetWarningsNotAsErrors | Specifies a list of warnings that are not treated as errors. |
| SetWin32Icon | Specifies an .ico file to insert into the assembly. |
| SetWin32Resource | Specifies a Win32 resource (.res) file to insert into the output file. |