C# 클래스 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.
파일 보기 프로젝트 열기: secana/PeNet

공개 메소드들

메소드 설명
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.

메소드 상세

FileCharacteristics() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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