Show / Hide Table of Contents

    Class EmbeddedResourceCache

    Inheritance
    Object
    EmbeddedResourceCache
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public static class EmbeddedResourceCache

    Methods

    | Improve this Doc View Source

    ApplicationUri(String, Assembly, String)

    Declaration
    public static string ApplicationUri(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    String
    | Improve this Doc View Source

    Clear(DateTime, String, Assembly, String)

    Declaration
    public static bool Clear(DateTime dateTime, string resourceId = null, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    DateTime dateTime
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Clear(String, Assembly, String)

    Declaration
    public static bool Clear(string resourceId = null, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    Clear(TimeSpan, String, Assembly, String)

    Declaration
    public static bool Clear(TimeSpan timeSpan, string resourceId = null, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    TimeSpan timeSpan
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    FolderPath(Assembly, String)

    Declaration
    public static string FolderPath(Assembly assembly, string folderName = null)
    Parameters
    Type Name Description
    Assembly assembly
    String folderName
    Returns
    Type Description
    String
    | Improve this Doc View Source

    GetStream(String, Assembly, String)

    Declaration
    public static Stream GetStream(string resourceId, Assembly assembly, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Stream
    | Improve this Doc View Source

    GetStreamAsync(String, Assembly, String)

    Declaration
    public static Task<Stream> GetStreamAsync(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Task<Stream>
    | Improve this Doc View Source

    List(Assembly, String)

    Declaration
    public static List<string> List(Assembly assembly, string folderName)
    Parameters
    Type Name Description
    Assembly assembly
    String folderName
    Returns
    Type Description
    List<String>
    | Improve this Doc View Source

    LocalStorageFullPathForEmbeddedResource(String, Assembly, String)

    Declaration
    public static string LocalStorageFullPathForEmbeddedResource(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    String
    | Improve this Doc View Source

    LocalStorageFullPathForEmbeddedResourceAsync(String, Assembly, String)

    Declaration
    public static Task<string> LocalStorageFullPathForEmbeddedResourceAsync(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Task<String>
    | Improve this Doc View Source

    LocalStorageSubPathForEmbeddedResource(String, Assembly, String)

    Declaration
    public static string LocalStorageSubPathForEmbeddedResource(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    String
    | Improve this Doc View Source

    LocalStorageSubPathForEmbeddedResourceAsync(String, Assembly, String)

    Declaration
    public static Task<string> LocalStorageSubPathForEmbeddedResourceAsync(string resourceId, Assembly assembly = null, string folderName = null)
    Parameters
    Type Name Description
    String resourceId
    Assembly assembly
    String folderName
    Returns
    Type Description
    Task<String>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel