Table of Contents

Class ZIPResourceManager

Namespace
VisioForge.Core
Assembly
VisioForge.Core.dll

ZIP resource manager.

public class ZIPResourceManager

Inheritance

Inherited Members

Constructors

ZIPResourceManager(Assembly)

Initializes a new instance of the VisioForge.Core.ZIPResourceManager class.

public ZIPResourceManager(Assembly assembly)

Parameters

assembly Assembly

The assembly.

Properties

Resources

Gets the resources.

public Dictionary<string, ZIPResource> Resources { get; }

Property Value

Dictionary<string, ZIPResource>

Methods

GetTextValue(string)

Gets the text value.

public string GetTextValue(string name)

Parameters

name string

The name.

Returns

string

System.String.