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
stringThe full path of the .resx file.
language
LanguageThe .NET language used to write designer's code.
assemblyRootNamespace
stringThe assembly root namespace.
designerFileNameSuffix
string