Linguaggio

MutableContextWrapper Costruttori

Definizione

Overload

Nome Descrizione
MutableContextWrapper(Context)
MutableContextWrapper(IntPtr, JniHandleOwnership)

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

MutableContextWrapper(Context)

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public MutableContextWrapper(Android.Content.Context? base);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Content.MutableContextWrapper : Android.Content.Context -> Android.Content.MutableContextWrapper

Parametri

base
Context

Contesto di base di cui eseguire il wrapping.

Attributi

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

per android.content.MutableContextWrapper.MutableContextWrapper(android.content.Context).

Si applica a

MutableContextWrapper(IntPtr, JniHandleOwnership)

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

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

Parametri

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a