Struct AssetPrefetcherDependencyInfo
Represents information about an asset dependency including its loading state and metadata
Inherited Members
Namespace: Serenity.AssetPrefetcher.Domain.Structs
Assembly: Serenity.AssetPrefetcher.Domain.dll
Syntax
public struct AssetPrefetcherDependencyInfo
Fields
IsLoaded
Declaration
public bool IsLoaded
Field Value
| Type | Description |
|---|---|
| bool | Whether the dependency is currently loaded in memory |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string | Display name of the dependency |
Path
Declaration
public string Path
Field Value
| Type | Description |
|---|---|
| string | File path to the dependency asset |
Size
Declaration
public long Size
Field Value
| Type | Description |
|---|---|
| long | Size of the dependency in bytes |
Type
Declaration
public string Type
Field Value
| Type | Description |
|---|---|
| string | Type name of the dependency asset |