Class EmbeddedResourceFileInfo
Inheritance
EmbeddedResourceFileInfo
Assembly: Volo.Abp.VirtualFileSystem.dll
Syntax
public class EmbeddedResourceFileInfo : IFileInfo
Constructors
EmbeddedResourceFileInfo(Assembly, string, string, string, DateTimeOffset)
Declaration
public EmbeddedResourceFileInfo(Assembly assembly, string resourcePath, string virtualPath, string name, DateTimeOffset lastModified)
Parameters
Properties
Exists
Declaration
public bool Exists { get; }
Property Value
IsDirectory
Declaration
public bool IsDirectory { get; }
Property Value
LastModified
Declaration
public DateTimeOffset LastModified { get; }
Property Value
Length
Declaration
public long Length { get; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
PhysicalPath
Declaration
public string? PhysicalPath { get; }
Property Value
VirtualPath
Declaration
public string VirtualPath { get; }
Property Value
Methods
CreateReadStream()
Declaration
public Stream CreateReadStream()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods