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
public class CliTableAssemblyRef.CliAssemblyRefRow extends CliAbstractTableRow
-
-
Field Summary
Fields Modifier and Type Field Description short
buildNumber
int
cultureIndex
int
flags
int
hashValueIndex
short
majorVersion
short
minorVersion
int
nameIndex
int
publicKeyOrTokenIndex
short
revisionNumber
-
Constructor Summary
Constructors Constructor Description CliAssemblyRefRow(short majorVersion, short minorVersion, short buildNumber, short revisionNumber, int flags, int publicKeyOrTokenIndex, int nameIndex, int cultureIndex, int hashValueIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRepresentation()
java.lang.String
getShortRepresentation()
-
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
getRepresentation
public java.lang.String getRepresentation()
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-
getShortRepresentation
public java.lang.String getShortRepresentation()
- Specified by:
getShortRepresentation
in interfaceCliRepresentable
- Overrides:
getShortRepresentation
in classCliAbstractTableRow
-
-