Skip to content
Raymond Chen edited this page Mar 31, 2019 · 15 revisions

xlang is a header-only library for parsing Windows Runtime metadata files.

Throughout, we write xmr as a shorthand for xlang::meta::reader.

Left for later:

  • byte_view
  • file_view

Metadata file format:

  • TypedefOrRef, HasConstant, HasCustomAttribute, etc. in enum.h
  • Attributes in field.h
Clone this wiki locally