getIntegrated
## Policies: Integrated.
Allows some host access for the guest language; this includes values shared in callbacks and invocation bindings.
The guest language can only load certain classes, cannot access host I/O (by default), and is *allowed* to call
native code; this mode should be used when all executing code is under the developer's control.
Content copied to clipboard
bool integrated = 2;
Return
The integrated.