Android.Content.PM.ProviderInfo.Multiprocess Property
If true, this content provider allows multiple instances of itself to run in different process.

Syntax

[Android.Runtime.Register("multiprocess")]
public bool Multiprocess { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

If true, this content provider allows multiple instances of itself to run in different process. If false, a single instances is always run in ComponentInfo.ProcessName.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1