Table of Contents

Class PluginManifestAssetInfo

Namespace
Hi3Helper.Plugin.Core.Update
Assembly
Hi3Helper.Plugin.Core.dll

Contains the information about asset files related with the plugin.

public class PluginManifestAssetInfo
Inheritance
PluginManifestAssetInfo
Inherited Members

Properties

FileHash

Hash of the asset file in MD5 format.

public required byte[] FileHash { get; set; }

Property Value

byte[]

FilePath

Relative path of the asset file.

public required string FilePath { get; set; }

Property Value

string

Size

Size of the asset file.

[JsonNumberHandling(JsonNumberHandling.AllowReadingFromString)]
public long Size { get; set; }

Property Value

long