MCPcopy Index your code
hub / github.com/java-native-access/jna / getName

Method getName

src/com/sun/jna/NativeLibrary.java:659–661  ·  view source on GitHub ↗

Returns the simple name of this library.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

getInstanceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected