Package ghidra.app.util.bin.format.pdb
Interface PdbInfoDotNetIface
-
- All Superinterfaces:
StructConverter
public interface PdbInfoDotNetIface extends StructConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAge()GUIDgetGUID()byte[]getMagic()java.lang.StringgetPdbName()intgetSignature()-
Methods inherited from interface ghidra.app.util.bin.StructConverter
toDataType
-
-
-
-
Method Detail
-
getPdbName
java.lang.String getPdbName()
-
getAge
int getAge()
-
getSignature
int getSignature()
-
getGUID
GUID getGUID()
-
getMagic
byte[] getMagic()
-
-