C# Class TUP.AsmResolver.OptionalHeader64

Represents a 64-bit optional header of a TUP.AsmResolver.Win32Assembly.
Inheritance: IOptionalHeader, IHeader
ファイルを表示 Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
FromAssembly ( Win32Assembly assembly ) : OptionalHeader64

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

Private Methods

Method Description
OptionalHeader64 ( ) : System

Method Details

FromAssembly() public static method

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
return OptionalHeader64