C# Class Terraria.ModLoader.ModNet.ModHeader

Show file Open project: bluemagic123/tModLoader

Public Properties

Property Type Description
hash byte[]
name string
path string
signed bool
version System.Version

Public Methods

Method Description
Matches ( Terraria.ModLoader.IO.TmodFile mod ) : bool
ModHeader ( string name, System.Version version, byte hash, bool signed ) : System
ToString ( ) : string

Method Details

Matches() public method

public Matches ( Terraria.ModLoader.IO.TmodFile mod ) : bool
mod Terraria.ModLoader.IO.TmodFile
return bool

ModHeader() public method

public ModHeader ( string name, System.Version version, byte hash, bool signed ) : System
name string
version System.Version
hash byte
signed bool
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

hash public property

public byte[] hash
return byte[]

name public property

public string name
return string

path public property

public string path
return string

signed public property

public bool signed
return bool

version public property

public Version,System version
return System.Version