C# Class TUP.AsmResolver.FileHeader

Represents the file header of a loaded TUP.AsmResolver.Win32Assembly. This header contains common information about the Portable Executable.
Inheritance: IHeader
Afficher le fichier Open project: Rex-Hays/GNIDA Class Usage Examples

Méthodes publiques

Méthode Description
FromAssembly ( Win32Assembly assembly ) : FileHeader

Gets the Portable Executeable's file header by specifing the assembly.

Private Methods

Méthode Description
FileHeader ( ) : System

Method Details

FromAssembly() public static méthode

Gets the Portable Executeable's file header by specifing the assembly.
public static FromAssembly ( Win32Assembly assembly ) : FileHeader
assembly Win32Assembly The assembly to read the mz header
Résultat FileHeader