Returns the simple name of this library.
()
| 657 | } |
| 658 | /** Returns the simple name of this library. */ |
| 659 | public String getName() { |
| 660 | return libraryName; |
| 661 | } |
| 662 | /** |
| 663 | * Returns the file on disk corresponding to this NativeLibrary instance. |
| 664 | * If this NativeLibrary represents the current process, this function will return null. |