Class ResourceFolder
Folder implementation that wraps an embedded resource
Inheritance
System.Object
ResourceFolder
Implements
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 ResourceFolder : IFolder
Constructors
ResourceFolder(Assembly, String)
Creates a resource wrapper
Declaration
public ResourceFolder(Assembly resourceAssembly, string path)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.Assembly | resourceAssembly | |
System.String | path |
Properties
Exists
Declaration
public bool Exists { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetFiles(String)
Declaration
public IList<IFolderItem> GetFiles(string pattern)
Parameters
Type | Name | Description |
---|---|---|
System.String | pattern |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IFolderItem> |
GetSubFolder(String)
Gets a subfolder
Declaration
public IFolder GetSubFolder(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IFolder |