VersionInfo Constructors

Definition

Overloads

Name Description
VersionInfo(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

VersionInfo(String, String, String, String, String)

Instantiates version information.

VersionInfo(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected VersionInfo(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Org.Apache.Http.Util.VersionInfo : nativeint * Android.Runtime.JniHandleOwnership -> Org.Apache.Http.Util.VersionInfo

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

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

VersionInfo(String, String, String, String, String)

Instantiates version information.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")]
protected VersionInfo(string? pckg, string? module, string? release, string? time, string? clsldr);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Org.Apache.Http.Util.VersionInfo : string * string * string * string * string -> Org.Apache.Http.Util.VersionInfo

Parameters

pckg
String

The package.

module
String

The module, or null.

release
String

The release, or null.

time
String

The build time, or null.

clsldr
String

The class loader description, or null.

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