VersionInfo.LoadVersionInfo 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.
Overloads
LoadVersionInfo(String, ClassLoader) |
Loads version information for a package. |
LoadVersionInfo(String[], ClassLoader) |
Loads version information for a list of packages. |
LoadVersionInfo(String, ClassLoader)
Loads version information for a package.
[Android.Runtime.Register("loadVersionInfo", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/apache/http/util/VersionInfo;", "")]
public static Org.Apache.Http.Util.VersionInfo? LoadVersionInfo (string? pckg, Java.Lang.ClassLoader? clsldr);
[<Android.Runtime.Register("loadVersionInfo", "(Ljava/lang/String;Ljava/lang/ClassLoader;)Lorg/apache/http/util/VersionInfo;", "")>]
static member LoadVersionInfo : string * Java.Lang.ClassLoader -> Org.Apache.Http.Util.VersionInfo
Parameters
- pckg
- String
the package for which to load version information, for example "org.apache.http". The package name should NOT end with a dot.
- clsldr
- ClassLoader
the classloader to load from, or
null
for the thread context classloader
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.
Applies to
LoadVersionInfo(String[], ClassLoader)
Loads version information for a list of packages.
[Android.Runtime.Register("loadVersionInfo", "([Ljava/lang/String;Ljava/lang/ClassLoader;)[Lorg/apache/http/util/VersionInfo;", "")]
public static Org.Apache.Http.Util.VersionInfo[]? LoadVersionInfo (string[]? pckgs, Java.Lang.ClassLoader? clsldr);
[<Android.Runtime.Register("loadVersionInfo", "([Ljava/lang/String;Ljava/lang/ClassLoader;)[Lorg/apache/http/util/VersionInfo;", "")>]
static member LoadVersionInfo : string[] * Java.Lang.ClassLoader -> Org.Apache.Http.Util.VersionInfo[]
Parameters
- pckgs
- String[]
the packages for which to load version info
- clsldr
- ClassLoader
the classloader to load from, or
null
for the thread context classloader
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.