Class RefFileInfo
Inherited Members
Namespace: PoeShared.Blazor.Scaffolding
Assembly: PoeShared.Blazor.dll
Syntax
public sealed record RefFileInfo : IFileInfo, IEquatable<RefFileInfo>
Constructors
| Name | Description |
|---|---|
| RefFileInfo(string) |
Properties
| Name | Description |
|---|---|
| Exists | |
| IsDirectory | |
| LastModified | |
| Length | |
| Name | |
| PhysicalPath |
Methods
| Name | Description |
|---|---|
| CreateReadStream() | |
| Equals(RefFileInfo?) | |
| Equals(object?) | |
| GetHashCode() | |
| ToString() | |
| <Clone>$() |
Operators
| Name | Description |
|---|---|
| operator ==(RefFileInfo?, RefFileInfo?) | |
| operator !=(RefFileInfo?, RefFileInfo?) |