C# Class TUP.AsmResolver.OptionalHeader64

Represents a 64-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 ) : OptionalHeader64

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

Private Methods

Méthode Description
OptionalHeader64 ( ) : System

Method Details

FromAssembly() public static méthode

Gets the 64 bit optional header by specifing a 64 bit assembly.
public static FromAssembly ( Win32Assembly assembly ) : OptionalHeader64
assembly Win32Assembly The assembly to read the optional header
Résultat OptionalHeader64