C# Class Terraria.ModLoader.ModNet.ModHeader

Mostrar archivo 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_oe property

public byte[] hash
return byte[]

name public_oe property

public string name
return string

path public_oe property

public string path
return string

signed public_oe property

public bool signed
return bool

version public_oe property

public Version,System version
return System.Version