ReactOS 0.4.15-dev-7906-g1b85a5f
tagASSEMBLY Struct Reference
Collaboration diagram for tagASSEMBLY:

Public Attributes

LPWSTR path
 
HANDLE hfile
 
HANDLE hmap
 
BYTEdata
 
IMAGE_NT_HEADERSnthdr
 
IMAGE_COR20_HEADERcorhdr
 
METADATAHDRmetadatahdr
 
METADATATABLESHDRtableshdr
 
DWORD numtables
 
DWORDnumrows
 
CLRTABLE tables [MAX_CLR_TABLES]
 
DWORD stringsz
 
DWORD guidsz
 
DWORD blobsz
 
BYTEstrings
 
BYTEblobs
 
int is_mapped_file
 

Detailed Description

Definition at line 54 of file assembly.c.

Member Data Documentation

◆ blobs

BYTE* tagASSEMBLY::blobs

Definition at line 77 of file assembly.c.

◆ blobsz

DWORD tagASSEMBLY::blobsz

Definition at line 74 of file assembly.c.

◆ corhdr

IMAGE_COR20_HEADER * tagASSEMBLY::corhdr

Definition at line 63 of file assembly.c.

◆ data

BYTE * tagASSEMBLY::data

Definition at line 60 of file assembly.c.

◆ guidsz

DWORD tagASSEMBLY::guidsz

Definition at line 73 of file assembly.c.

◆ hfile

HANDLE tagASSEMBLY::hfile

Definition at line 58 of file assembly.c.

◆ hmap

HANDLE tagASSEMBLY::hmap

Definition at line 59 of file assembly.c.

◆ is_mapped_file

int tagASSEMBLY::is_mapped_file

Definition at line 52 of file assembly.c.

◆ metadatahdr

METADATAHDR * tagASSEMBLY::metadatahdr

Definition at line 65 of file assembly.c.

◆ nthdr

IMAGE_NT_HEADERS * tagASSEMBLY::nthdr

Definition at line 62 of file assembly.c.

◆ numrows

DWORD* tagASSEMBLY::numrows

Definition at line 69 of file assembly.c.

◆ numtables

DWORD tagASSEMBLY::numtables

Definition at line 68 of file assembly.c.

◆ path

LPWSTR tagASSEMBLY::path

Definition at line 56 of file assembly.c.

◆ strings

BYTE* tagASSEMBLY::strings

Definition at line 76 of file assembly.c.

◆ stringsz

DWORD tagASSEMBLY::stringsz

Definition at line 72 of file assembly.c.

◆ tables

CLRTABLE tagASSEMBLY::tables[MAX_CLR_TABLES]

Definition at line 70 of file assembly.c.

◆ tableshdr

METADATATABLESHDR* tagASSEMBLY::tableshdr

Definition at line 67 of file assembly.c.


The documentation for this struct was generated from the following files: