JavaVMInitArgs

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Android)
extern (C) @system nothrow @nogc
struct JavaVMInitArgs {}

Members

Variables

ignoreUnrecognized
jboolean ignoreUnrecognized;
Undocumented in source.
nOptions
jint nOptions;
Undocumented in source.
options
JavaVMOption* options;
Undocumented in source.
version_
jint version_;
Undocumented in source.

Meta