Method FromResXFilePath
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v10.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
resXFilePathstringThe full path of the .resx file.
languageLanguageThe .NET language used to write designer's code.
assemblyRootNamespacestringThe assembly root namespace.
designerFileNameSuffixstring