Table of Contents

Constructor DlgNewProject

Namespace
Alternet.Editor.Common
Assembly
Alternet.Editor.Common.v10.dll

DlgNewProject()

Initializes a new instance of the DlgNewProject class with default settings.

public DlgNewProject()

DlgNewProject(ProjectCreationData, string[], string[])

Initializes a new instance of the DlgNewProject class with specific parameters.

public DlgNewProject(ProjectCreationData projectData, string[] supportedLanguages, string[] supportedProjectTypes)

Parameters

projectData ProjectCreationData

Data for a newly created project.

supportedLanguages string[]

List of supported project languages, like C# or Visual Basic.

supportedProjectTypes string[]

List of supported project types, like ClassLibrary or WindowsFormsApp.