C# Class TUP.AsmResolver.OptionalHeader32

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

Méthodes publiques

Méthode Description
FromAssembly ( Win32Assembly assembly ) : OptionalHeader32

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

Private Methods

Méthode Description
OptionalHeader32 ( ) : System

Method Details

FromAssembly() public static méthode

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
Résultat OptionalHeader32