C# Class PeNet.Utility.FileCharacteristics

Describes which file characteristics based on the file header are set. The ToString Method creates a readable string containing all the information.
Afficher le fichier Open project: secana/PeNet

Méthodes publiques

Méthode Description
FileCharacteristics ( ushort characteristics ) : System

Create an object that contains all possible file characteristics flags resolve to boolean properties.

ToString ( ) : string

Return string representation of all characteristics.

Method Details

FileCharacteristics() public méthode

Create an object that contains all possible file characteristics flags resolve to boolean properties.
public FileCharacteristics ( ushort characteristics ) : System
characteristics ushort Characteristics from the file header.
Résultat System

ToString() public méthode

Return string representation of all characteristics.
public ToString ( ) : string
Résultat string