C# Class TUP.AsmResolver.MZHeader

Represents the MZ header of a portable executable file
Inheritance: IHeader
Datei anzeigen Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
FromAssembly ( Win32Assembly assembly ) : MZHeader

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

Private Methods

Method Description
MZHeader ( ) : System

Method Details

FromAssembly() public static method

Gets the Portable Executeable's MZ header by specifing the assembly.
public static FromAssembly ( Win32Assembly assembly ) : MZHeader
assembly Win32Assembly The assembly to read the mz header
return MZHeader