C# Class TUP.AsmResolver.NTHeader

Represents the header of a Portable Executeable file
Inheritance: IHeader
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
FromAssembly ( Win32Assembly assembly ) : NTHeader

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

Private Methods

Method Description
NTHeader ( ) : System

Method Details

FromAssembly() public static method

Gets the Portable Executeable's NT header by specifing the assembly.
public static FromAssembly ( Win32Assembly assembly ) : NTHeader
assembly Win32Assembly The assembly to read the nt header
return NTHeader