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.
ファイルを表示 Open project: secana/PeNet

Public Methods

Method 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 method

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.
return System

ToString() public method

Return string representation of all characteristics.
public ToString ( ) : string
return string