Class CliTableManifestResource.CliManifestResourceRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableManifestResource.CliManifestResourceRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableManifestResource
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
offset
public int offset -
flags
public int flags -
nameIndex
public int nameIndex -
implIndex
public int implIndex
-
-
Constructor Details
-
CliManifestResourceRow
public CliManifestResourceRow(int offset, int flags, int nameIndex, int implIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-