Marshal.ZeroFreeCoTaskMemUTF8(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.
Libère un pointeur de chaîne non managé qui a été alloué à l'aide de la méthode StringToCoTaskMemUTF8(String).
public:
static void ZeroFreeCoTaskMemUTF8(IntPtr s);
public static void ZeroFreeCoTaskMemUTF8 (IntPtr s);
[System.Security.SecurityCritical]
public static void ZeroFreeCoTaskMemUTF8 (IntPtr s);
static member ZeroFreeCoTaskMemUTF8 : nativeint -> unit
[<System.Security.SecurityCritical>]
static member ZeroFreeCoTaskMemUTF8 : nativeint -> unit
Public Shared Sub ZeroFreeCoTaskMemUTF8 (s As IntPtr)
Paramètres
- s
-
IntPtr
nativeint
Adresse de la chaîne non managée à libérer.
- Attributs
Remarques
La ZeroFreeCoTaskMemUTF8 méthode commence par zéro, puis libère la mémoire non managée qui a été allouée à l’aide de la StringToCoTaskMemUTF8 méthode .