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 int
getAge()
GUID
getGUID()
byte[]
getMagic()
java.lang.String
getPdbName()
int
getSignature()
-
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()
-
-