JniRuntime.JniValueManager.ActivatePeer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ActivatePeer(IJavaPeerable, JniObjectReference, ConstructorInfo, Object[]) | |
| ActivatePeer(JniObjectReference, Type, ConstructorInfo, Object[]) |
ActivatePeer(IJavaPeerable, JniObjectReference, ConstructorInfo, Object[])
public abstract void ActivatePeer(Java.Interop.IJavaPeerable? self, Java.Interop.JniObjectReference reference, System.Reflection.ConstructorInfo cinfo, object?[]? argumentValues);
abstract member ActivatePeer : Java.Interop.IJavaPeerable * Java.Interop.JniObjectReference * System.Reflection.ConstructorInfo * obj[] -> unit
Paramètres
- self
- IJavaPeerable
- reference
- JniObjectReference
- cinfo
- ConstructorInfo
- argumentValues
- Object[]
S’applique à
ActivatePeer(JniObjectReference, Type, ConstructorInfo, Object[])
public abstract void ActivatePeer(Java.Interop.JniObjectReference reference, Type type, System.Reflection.ConstructorInfo cinfo, object?[]? argumentValues);
abstract member ActivatePeer : Java.Interop.JniObjectReference * Type * System.Reflection.ConstructorInfo * obj[] -> unit
Paramètres
- reference
- JniObjectReference
- type
- Type
- cinfo
- ConstructorInfo
- argumentValues
- Object[]