Android.Content.PackageContextFlags.IncludeCode Field
Flag for use with Context.CreatePackageContext(string, Android.Content.PackageContextFlags): include the application code with the context. This means loading code into the caller's process, so that Context.ClassLoader can be used to instantiate the application's classes. Setting this flags imposes security restrictions on what application context you can access; if the requested application can not be safely loaded into your process, java.lang.SecurityException will be thrown. If this flag is not set, there will be no restrictions on the packages that can be loaded, but Context.ClassLoader will always return the default system class loader.

Syntax

PackageContextFlags IncludeCode

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0