Table of Contents

Method GetRootNamespaceFromProjectFile

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v10.dll

GetRootNamespaceFromProjectFile(Language, string)

Determines root namespace for the given project.

public static string GetRootNamespaceFromProjectFile(Language language, string projectFilePath)

Parameters

language Language

The language will be processed.

projectFilePath string

Project file path.

Returns

string

Name of the project's root namespace.