Show / Hide Table of Contents

Struct IMAGE_DATA_DIRECTORY

IMAGE_DATA_DIRECTORY. See https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-image_data_directory

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 IMAGE_DATA_DIRECTORY

Fields

Size

Size.

Declaration
public uint Size
Field Value
Type Description
System.UInt32

VirtualAddress

VirtualAddress.

Declaration
public uint VirtualAddress
Field Value
Type Description
System.UInt32
Back to top Generated by DocFX