Runtime.TryGetNSObject(IntPtr) 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.
Recherche un objet wrapper existant pour un IntPtr non managé.
public static Foundation.NSObject TryGetNSObject (IntPtr ptr);
static member TryGetNSObject : nativeint -> Foundation.NSObject
Paramètres
- ptr
-
IntPtr
nativeint
Pointeur vers un NSObject non managé ou une classe qui dérive de la classe NSObject Objective-C.
Retours
S’il existe un wrapper managé pour l’IntPtr spécifié, ce wrapper est retourné, sinon null.