VersionInfo.FromMap(String, IDictionary, ClassLoader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates version information from properties.
[Android.Runtime.Register("fromMap", "(Ljava/lang/String;Ljava/util/Map;Ljava/lang/ClassLoader;)Lorg/apache/http/util/VersionInfo;", "")]
protected static Org.Apache.Http.Util.VersionInfo? FromMap (string? pckg, System.Collections.IDictionary? info, Java.Lang.ClassLoader? clsldr);
[<Android.Runtime.Register("fromMap", "(Ljava/lang/String;Ljava/util/Map;Ljava/lang/ClassLoader;)Lorg/apache/http/util/VersionInfo;", "")>]
static member FromMap : string * System.Collections.IDictionary * Java.Lang.ClassLoader -> Org.Apache.Http.Util.VersionInfo
Parameters
- pckg
- String
the package for the version information
- info
- IDictionary
the map from string keys to string values, for example Properties
- clsldr
- ClassLoader
the classloader, or null
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.