Class CliTableAssemblyRef.CliAssemblyRefRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableAssemblyRef.CliAssemblyRefRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableAssemblyRef
-
Field Summary
Modifier and TypeFieldDescriptionshort
int
int
int
short
short
int
int
short
-
Constructor Summary
ConstructorDescriptionCliAssemblyRefRow
(short majorVersion, short minorVersion, short buildNumber, short revisionNumber, int flags, int publicKeyOrTokenIndex, int nameIndex, int cultureIndex, int hashValueIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
Field Details
-
majorVersion
public short majorVersion -
minorVersion
public short minorVersion -
buildNumber
public short buildNumber -
revisionNumber
public short revisionNumber -
flags
public int flags -
publicKeyOrTokenIndex
public int publicKeyOrTokenIndex -
nameIndex
public int nameIndex -
cultureIndex
public int cultureIndex -
hashValueIndex
public int hashValueIndex
-
-
Constructor Details
-
CliAssemblyRefRow
public CliAssemblyRefRow(short majorVersion, short minorVersion, short buildNumber, short revisionNumber, int flags, int publicKeyOrTokenIndex, int nameIndex, int cultureIndex, int hashValueIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
getShortRepresentation
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
- Overrides:
getShortRepresentation
in classCliAbstractTableRow
-