VisioForge (c) 2025

Search Results for

    Class ZIPResourceManager

    ZIP resource manager.

    Inheritance
    object
    ZIPResourceManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.