Class EmbeddedVirtualFileSetInfo
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.VirtualFileSystem.Embedded
Assembly: Volo.Abp.VirtualFileSystem.dll
Syntax
public class EmbeddedVirtualFileSetInfo : VirtualFileSetInfo
Constructors
EmbeddedVirtualFileSetInfo(IFileProvider, Assembly, string?)
Declaration
public EmbeddedVirtualFileSetInfo(IFileProvider fileProvider, Assembly assembly, string? baseFolder = null)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.FileProviders.IFileProvider | fileProvider | |
System.Reflection.Assembly | assembly | |
string | baseFolder |
Properties
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
BaseFolder
Declaration
public string? BaseFolder { get; }
Property Value
Type | Description |
---|---|
string |