Class RichHeaderRecord
- java.lang.Object
-
- ghidra.app.util.bin.format.pe.rich.RichHeaderRecord
-
public class RichHeaderRecord extends java.lang.ObjectAn element of aRichTable
-
-
Constructor Summary
Constructors Constructor Description RichHeaderRecord(int recordIndex, int compid, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompIdgetCompId()intgetIndex()intgetObjectCount()java.lang.StringtoString()
-
-
-
Method Detail
-
getIndex
public int getIndex()
-
getCompId
public CompId getCompId()
-
getObjectCount
public int getObjectCount()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-