Condividi tramite


InstrumentationInfo Costruttori

Definizione

Overload

InstrumentationInfo()
InstrumentationInfo(InstrumentationInfo)
InstrumentationInfo(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

InstrumentationInfo()

[Android.Runtime.Register(".ctor", "()V", "")]
public InstrumentationInfo ();
Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

InstrumentationInfo(InstrumentationInfo)

[Android.Runtime.Register(".ctor", "(Landroid/content/pm/InstrumentationInfo;)V", "")]
public InstrumentationInfo (Android.Content.PM.InstrumentationInfo? orig);
[<Android.Runtime.Register(".ctor", "(Landroid/content/pm/InstrumentationInfo;)V", "")>]
new Android.Content.PM.InstrumentationInfo : Android.Content.PM.InstrumentationInfo -> Android.Content.PM.InstrumentationInfo

Parametri

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

InstrumentationInfo(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected InstrumentationInfo (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Content.PM.InstrumentationInfo : nativeint * Android.Runtime.JniHandleOwnership -> Android.Content.PM.InstrumentationInfo

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a