Class InMemoryFileInfo
Implements
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class InMemoryFileInfo : IFileInfo
Constructors
| Name | Description |
|---|---|
| InMemoryFileInfo(string, byte[]) | |
| InMemoryFileInfo(string, byte[], DateTimeOffset) |
Properties
| Name | Description |
|---|---|
| Exists | |
| IsDirectory | |
| LastModified | |
| Length | |
| Name | |
| PhysicalPath |
Methods
| Name | Description |
|---|---|
| CreateReadStream() | |
| ToString() |