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.