1 instantiation of IMAGE_DOS_HEADER
Microsoft.DotNet.SignCheckLibrary (1)
Interop\PortableExecutable\ImageDosHeader.cs (1)
109
var _imageDOSHeader = new
IMAGE_DOS_HEADER
8 references to IMAGE_DOS_HEADER
Microsoft.DotNet.SignCheckLibrary (8)
Interop\PortableExecutable\ImageDosHeader.cs (4)
93
/// Reads the <see cref="
IMAGE_DOS_HEADER
"/> of an executable file.
96
/// <returns>The <see cref="
IMAGE_DOS_HEADER
"/> of the executable file.</returns>
97
public static
IMAGE_DOS_HEADER
Read(string path)
109
var
_imageDOSHeader = new IMAGE_DOS_HEADER
Interop\PortableExecutable\PortableExecutableHeader.cs (4)
15
private
IMAGE_DOS_HEADER
_imageDosHeader;
80
/// Exposes access to the <see cref="
IMAGE_DOS_HEADER
"/> structure of the PE binary.
82
public
IMAGE_DOS_HEADER
ImageDosHeader
267
ImageDosHeader =
IMAGE_DOS_HEADER
.Read(path);