Table of Contents

Constructor DesignerAssemblyResources

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

DesignerAssemblyResources(string, string, string, string, string)

Initializes a new instance of the DesignerAssemblyResources class with specified settings.

public DesignerAssemblyResources(string resXFilePath, string codeFilePath, string fullClassName, string baseDirectoryPath, string assemblyRootNamespace)

Parameters

resXFilePath string

The full path of the .resx file.

codeFilePath string

The full path of the code file.

fullClassName string

The fully qualified class name.

baseDirectoryPath string

The base directory for the assembly resource.

assemblyRootNamespace string

The assembly root namespace.