Class InMemoryFileInfo
Inheritance
InMemoryFileInfo
Assembly: Volo.Abp.VirtualFileSystem.dll
Syntax
public class InMemoryFileInfo : IFileInfo
Constructors
InMemoryFileInfo(string, byte[], string)
Declaration
public InMemoryFileInfo(string dynamicPath, byte[] fileContent, string name)
Parameters
Properties
DynamicPath
Declaration
public string DynamicPath { get; }
Property Value
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
Methods
CreateReadStream()
Declaration
public Stream CreateReadStream()
Returns
Implements
Extension Methods