C# Class Terraria.ModLoader.ModNet.ModHeader

Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Свойство Type Description
hash byte[]
name string
path string
signed bool
version System.Version

Méthodes publiques

Méthode 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 méthode

public Matches ( Terraria.ModLoader.IO.TmodFile mod ) : bool
mod Terraria.ModLoader.IO.TmodFile
Résultat bool

ModHeader() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

hash public_oe property

public byte[] hash
Résultat byte[]

name public_oe property

public string name
Résultat string

path public_oe property

public string path
Résultat string

signed public_oe property

public bool signed
Résultat bool

version public_oe property

public Version,System version
Résultat System.Version