Class DesignerAssemblyResources
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
Represents a single resource for designer's assembly.
public class DesignerAssemblyResources
- Inheritance
-
DesignerAssemblyResources
Constructors
- DesignerAssemblyResources(string, string, string, string, string)
Initializes a new instance of the
DesignerAssemblyResources
class with specified settings.
Properties
- AssemblyRootNamespace
Represents the assembly root namespace.
- BaseDirectoryPath
Represents the base directory for the assembly resource.
- CodeFilePath
Represents the full path of the code file.
- FullClassName
Represents the fully qualified class name.
- ResXFilePath
Represents the full path of the .resx file
Methods
- FromResXFilePath(string, Language, string, string)
Creates
DesignerAssemblyResources
using specified parameters.