Class Modfile
Inheritance
System.Object
Modfile
Assembly: Eco.ModKit.dll
Syntax
public class Modfile : Object
Constructors
Modfile()
Declaration
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
filehash
Declaration
public Filehash filehash { get; set; }
Property Value
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 |
|
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
virus_status
Declaration
public Modfile.VirusStatus virus_status { get; set; }
Property Value
virustotal_hash
Declaration
public string virustotal_hash { get; set; }
Property Value
Type |
Description |
System.String |
|