Android.Content.PM.ApplicationInfo.SharedLibraryFiles Property
Paths to all shared libraries this application is linked against.

Syntax

[Android.Runtime.Register("sharedLibraryFiles")]
public IList<string> SharedLibraryFiles { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Paths to all shared libraries this application is linked against. This field is only set if the PackageManager.GET_SHARED_LIBRARY_FILES flag was used when retrieving the structure.

[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