public interface IPDISharedLibrary extends IPDISessionObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
areSymbolsLoaded()
Returns whether the symbols of this library are read
|
java.math.BigInteger |
getEndAddress()
Returns the end address of this library
|
java.lang.String |
getFileName()
Returns the name of shared library file
|
java.math.BigInteger |
getStartAddress()
Returns the start address of this library
|
void |
loadSymbols()
Loads the library symbols.
|
getSessionjava.lang.String getFileName()
java.math.BigInteger getStartAddress()
java.math.BigInteger getEndAddress()
boolean areSymbolsLoaded()
void loadSymbols()
throws PDIException
PDIException - on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.