Class CliTableExportedType.CliExportedTypeRow

java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableExportedType.CliExportedTypeRow
All Implemented Interfaces:
CliRepresentable
Enclosing class:
CliTableExportedType

public class CliTableExportedType.CliExportedTypeRow extends CliAbstractTableRow
  • Field Details

    • flags

      public int flags
    • typeDefIdIndex

      public int typeDefIdIndex
    • typeNameIndex

      public int typeNameIndex
    • typeNamespaceIndex

      public int typeNamespaceIndex
    • implementationIndex

      public int implementationIndex
  • Constructor Details

    • CliExportedTypeRow

      public CliExportedTypeRow(int flags, int typeDefIdIndex, int typeNameIndex, int typeNamespaceIndex, int implementationIndex)
  • Method Details