org.eclipse.cdt.core
Interface IBinaryParser.IBinaryShared

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBinaryParser.IBinaryExecutable, IBinaryParser.IBinaryFile, IBinaryParser.IBinaryObject
Enclosing interface:
IBinaryParser

public static interface IBinaryParser.IBinaryShared
extends IBinaryParser.IBinaryExecutable

A DLL.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
ARCHIVE, CORE, EXECUTABLE, OBJECT, SHARED
 
Method Summary
 java.lang.String getSoName()
          The Share Object name.
 
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryExecutable
getNeededSharedLibs
 
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryObject
getAddressFactory, getBSS, getCPU, getData, getName, getSymbol, getSymbols, getText, hasDebug, isLittleEndian
 
Methods inherited from interface org.eclipse.cdt.core.IBinaryParser.IBinaryFile
getBinaryParser, getContents, getPath, getType
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getSoName

java.lang.String getSoName()
The Share Object name.

Returns: