Show / Hide Table of Contents

Struct LOADED_IMAGE

LOADED_IMAGE. See https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/ns-dbghelp-_loaded_image

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: ERC.Structures
Assembly: ERC.Net.dll
Syntax
public struct LOADED_IMAGE

Fields

Characteristics

Characteristics

Declaration
public uint Characteristics
Field Value
Type Description
System.UInt32

fDOSImage

fDOSImage

Declaration
public bool fDOSImage
Field Value
Type Description
System.Boolean

FileHeader

FileHeader

Declaration
public IntPtr FileHeader
Field Value
Type Description
System.IntPtr

fReadOnly

fReadOnly

Declaration
public bool fReadOnly
Field Value
Type Description
System.Boolean

fSystemImage

fSystemImage

Declaration
public bool fSystemImage
Field Value
Type Description
System.Boolean

hFile

hFile

Declaration
public IntPtr hFile
Field Value
Type Description
System.IntPtr

LastRvaSection

LastRvaSection

Declaration
public IntPtr LastRvaSection
Field Value
Type Description
System.IntPtr

Links

Links

Declaration
public LIST_ENTRY Links
Field Value
Type Description
LIST_ENTRY

MappedAddress

MappedAddress

Declaration
public IntPtr MappedAddress
Field Value
Type Description
System.IntPtr

ModuleName

ModuleName

Declaration
public IntPtr ModuleName
Field Value
Type Description
System.IntPtr

NumberOfSections

NumberOfSections

Declaration
public uint NumberOfSections
Field Value
Type Description
System.UInt32

Sections

Sections

Declaration
public IntPtr Sections
Field Value
Type Description
System.IntPtr

SizeOfImage

SizeOfImage

Declaration
public uint SizeOfImage
Field Value
Type Description
System.UInt32

Version

Version

Declaration
public byte Version
Field Value
Type Description
System.Byte
Back to top Generated by DocFX