Class CliTableAssemblyRefOS.CliAssemblyRefOSRow
java.lang.Object
ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
ghidra.app.util.bin.format.pe.cli.tables.CliTableAssemblyRefOS.CliAssemblyRefOSRow
- All Implemented Interfaces:
CliRepresentable
- Enclosing class:
CliTableAssemblyRefOS
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
int
-
Constructor Summary
ConstructorDescriptionCliAssemblyRefOSRow
(int osPlatformID, int osMajorVersion, int osMinorVersion, int assemblyRefIndex) -
Method Summary
Methods inherited from class ghidra.app.util.bin.format.pe.cli.tables.CliAbstractTableRow
getRepresentation, getShortRepresentation, getShortRepresentation
-
Field Details
-
osPlatformID
public int osPlatformID -
osMajorVersion
public int osMajorVersion -
osMinorVersion
public int osMinorVersion -
assemblyRefIndex
public int assemblyRefIndex
-
-
Constructor Details
-
CliAssemblyRefOSRow
public CliAssemblyRefOSRow(int osPlatformID, int osMajorVersion, int osMinorVersion, int assemblyRefIndex)
-
-
Method Details
-
getRepresentation
- Specified by:
getRepresentation
in interfaceCliRepresentable
- Specified by:
getRepresentation
in classCliAbstractTableRow
-