Show / Hide Table of Contents

Class Modfile

Inheritance
System.Object
Modfile
Namespace: Eco.ModKit.Internal
Assembly: Eco.ModKit.dll
Syntax
public class Modfile : Object

Constructors

Modfile()

Declaration
public Modfile()

Properties

changelog

Declaration
public string changelog { get; set; }
Property Value
Type Description
System.String

date_added

Declaration
public int date_added { get; set; }
Property Value
Type Description
System.Int32

date_scanned

Declaration
public int date_scanned { get; set; }
Property Value
Type Description
System.Int32

download

Declaration
public Download download { get; set; }
Property Value
Type Description
Download

filehash

Declaration
public Filehash filehash { get; set; }
Property Value
Type Description
Filehash

filename

Declaration
public string filename { get; set; }
Property Value
Type Description
System.String

filesize

Declaration
public int filesize { get; set; }
Property Value
Type Description
System.Int32

id

Declaration
public int id { get; set; }
Property Value
Type Description
System.Int32

metadata_blob

Declaration
public string metadata_blob { get; set; }
Property Value
Type Description
System.String

mod_id

Declaration
public int mod_id { get; set; }
Property Value
Type Description
System.Int32

version

Declaration
public string version { get; set; }
Property Value
Type Description
System.String

virus_positive

Declaration
public Modfile.VirusResult virus_positive { get; set; }
Property Value
Type Description
Modfile.VirusResult

virus_status

Declaration
public Modfile.VirusStatus virus_status { get; set; }
Property Value
Type Description
Modfile.VirusStatus

virustotal_hash

Declaration
public string virustotal_hash { get; set; }
Property Value
Type Description
System.String
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾