Package ghidra.app.util.bin.format.ne
Class ResidentNameTable
- java.lang.Object
 - 
- ghidra.app.util.bin.format.ne.ResidentNameTable
 
 
- 
public class ResidentNameTable extends java.lang.ObjectA class to represent the new-executable resident name table. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LengthStringOrdinalSet[]getNames()Returns the array of names defined in the resident name table. 
 - 
 
- 
- 
Method Detail
- 
getNames
public LengthStringOrdinalSet[] getNames()
Returns the array of names defined in the resident name table.- Returns:
 - the array of names defined in the resident name table
 
 
 - 
 
 -