C# Class TUP.AsmResolver.OptionalHeader32

Represents a 32-bit optional header of a TUP.AsmResolver.Win32Assembly.
Inheritance: IOptionalHeader, IHeader
Show file Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
FromAssembly ( Win32Assembly assembly ) : OptionalHeader32

Gets the 32 bit optional header by specifing a 32 bit assembly.

Private Methods

Method Description
OptionalHeader32 ( ) : System

Method Details

FromAssembly() public static method

Gets the 32 bit optional header by specifing a 32 bit assembly.
public static FromAssembly ( Win32Assembly assembly ) : OptionalHeader32
assembly Win32Assembly The assembly to read the optional header
return OptionalHeader32