Class VisualBasicLanguageService
- Namespace
- Alternet.FormDesigner.Wpf.Roslyn
- Assembly
- Alternet.FormDesigner.Roslyn.Wpf.v10.dll
Represents a class for support Visual Basic code manipulation, used in the Alternet.FormDesigner control.
public class VisualBasicLanguageService : LanguageService
- Inheritance
-
VisualBasicLanguageService
Constructors
- VisualBasicLanguageService(Language)
Initializes a new instance of the
VisualBasicLanguageService
class with specified language.
Methods
- CreateCodeProvider()
Creates an object that provides access to instances of code generator and code compiler.
- CreateEventHanderService(FormDesignerControl)
Creates an additional service for registering event handlers for component events.
- GetDesignedClassName(string)
Determines the name of the form designer class.
- Init()
Initializes this service and registers it in the service collection.
- StripHeaderComment(string)
Removes the leading header comment.