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

Method getOptions

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

@return this native library instance's options.

()

Source from the content-addressed store, hash-verified

624
625 /** @return this native library instance's options. */
626 public Map<String, ?> getOptions() {
627 return options;
628 }
629
630 /** Look up the given global variable within this library.
631 * @param symbolName

Callers 2

registerMethod · 0.45
FunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected