Interface DyldCacheImage
-
- All Known Implementing Classes:
DyldCacheImageInfo,DyldCacheImageTextInfo
public interface DyldCacheImageA convenience interface for getting the address and path of a DYLD Cache image
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAddress()Gets the address the start of the imagejava.lang.StringgetPath()Gets the path of the image
-