Class EmbeddedResourceCache
Inheritance
EmbeddedResourceCache
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
Returns
|
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
Returns
|
Improve this Doc
View Source
Clear(String, Assembly, String)
Declaration
public static bool Clear(string resourceId = null, Assembly assembly = null, string folderName = null)
Parameters
Returns
|
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
Returns
|
Improve this Doc
View Source
FolderPath(Assembly, String)
Declaration
public static string FolderPath(Assembly assembly, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
GetStream(String, Assembly, String)
Declaration
public static Stream GetStream(string resourceId, Assembly assembly, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
GetStreamAsync(String, Assembly, String)
Declaration
public static Task<Stream> GetStreamAsync(string resourceId, Assembly assembly = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
List(Assembly, String)
Declaration
public static List<string> List(Assembly assembly, string folderName)
Parameters
Returns
|
Improve this Doc
View Source
LocalStorageFullPathForEmbeddedResource(String, Assembly, String)
Declaration
public static string LocalStorageFullPathForEmbeddedResource(string resourceId, Assembly assembly = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
LocalStorageFullPathForEmbeddedResourceAsync(String, Assembly, String)
Declaration
public static Task<string> LocalStorageFullPathForEmbeddedResourceAsync(string resourceId, Assembly assembly = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
LocalStorageSubPathForEmbeddedResource(String, Assembly, String)
Declaration
public static string LocalStorageSubPathForEmbeddedResource(string resourceId, Assembly assembly = null, string folderName = null)
Parameters
Returns
|
Improve this Doc
View Source
LocalStorageSubPathForEmbeddedResourceAsync(String, Assembly, String)
Declaration
public static Task<string> LocalStorageSubPathForEmbeddedResourceAsync(string resourceId, Assembly assembly = null, string folderName = null)
Parameters
Returns