Lingua

Transformer Costruttori

Definizione

Overload

Nome Descrizione
Transformer()

Il costruttore predefinito è protetto a scopo.

Transformer(IntPtr, JniHandleOwnership)

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

Transformer()

Il costruttore predefinito è protetto a scopo.

[Android.Runtime.Register(".ctor", "()V", "")]
protected Transformer();
Attributi

Commenti

Il costruttore predefinito è protetto a scopo.

per javax.xml.transform.Transformer.Transformer().

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

Transformer(IntPtr, JniHandleOwnership)

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

protected Transformer(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Xml.Transform.Transformer : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Xml.Transform.Transformer

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