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