Class ZIPResourceManager
- Namespace
- VisioForge.Core
- Assembly
- VisioForge.Core.dll
ZIP resource manager.
public class ZIPResourceManagerInheritance
Inherited Members
Constructors
ZIPResourceManager(Assembly)
Initializes a new instance of the VisioForge.Core.ZIPResourceManager class.
public ZIPResourceManager(Assembly assembly)Parameters
assemblyAssembly-
The assembly.
Properties
Resources
Gets the resources.
public Dictionary<string, ZIPResource> Resources { get; }Property Value
Methods
GetTextValue(string)
Gets the text value.
public string GetTextValue(string name)Parameters
namestring-
The name.
Returns
- string
-
System.String.