Search Results for

    Show / Hide Table of Contents

    Class ResourceFolderItem

    Wrapper for a Resource item

    Inheritance
    System.Object
    ResourceFolderItem
    Implements
    IFolderItem
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.Common.Lib.IO
    Assembly: ImageVault.Common.dll
    Syntax
    public class ResourceFolderItem : IFolderItem

    Constructors

    ResourceFolderItem(Assembly, String)

    Creates a resource folder item for the given embedded resource

    Declaration
    public ResourceFolderItem(Assembly resourceAssembly, string path)
    Parameters
    Type Name Description
    System.Reflection.Assembly resourceAssembly
    System.String path

    Properties

    Name

    The name of the item

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    ReadText()

    Reads the contents from the item as text

    Declaration
    public string ReadText()
    Returns
    Type Description
    System.String

    Implements

    IFolderItem

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022