Table of Contents

Method FromResXFilePath

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

FromResXFilePath(string, Language, string, string)

Creates DesignerAssemblyResources using specified parameters.

public static DesignerAssemblyResources FromResXFilePath(string resXFilePath, Language language, string assemblyRootNamespace, string designerFileNameSuffix = ".Designer")

Parameters

resXFilePath string

The full path of the .resx file.

language Language

The .NET language used to write designer's code.

assemblyRootNamespace string

The assembly root namespace.

designerFileNameSuffix string

Returns

DesignerAssemblyResources