Table of Contents

Class VBCompiler

Namespace
GrindFest
Assembly
GrindFest.dll

Visual Basic compiler that inherits from the base Compiler class. Does not support top-level scripts or isolated execution.

public class VBCompiler : Compiler
Inheritance
object
VBCompiler
Inherited Members

Properties

ProjectFileExtension
ScriptFileExtension
SupportsIsolatedExecution

Methods

CreateCompilation(string, List<SyntaxTree>, List<MetadataReference>, bool)
CreateCompilationOptions(bool)
CreateParseOptions(SourceCodeKind)
GetAdditionalDllReferences(string)
GetDefaultScript(string)
Parse(string, string, ParseOptions)
UpdateProjImplicitUsings(string, bool)