Utf8StringMarshaller.ManagedToUnmanagedIn Structure
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.
Marshaler personnalisé pour marshaler une chaîne managée en tant que chaîne non managée UTF-8.
public: value class Utf8StringMarshaller::ManagedToUnmanagedIn
public ref struct Utf8StringMarshaller.ManagedToUnmanagedIn
type Utf8StringMarshaller.ManagedToUnmanagedIn = struct
Public Structure Utf8StringMarshaller.ManagedToUnmanagedIn
- Héritage
Propriétés
BufferSize |
Obtient la taille de mémoire tampon demandée pour le marshaling optimisé. |
Méthodes
Free() |
Libère toute mémoire non managée allouée. |
FromManaged(String, Span<Byte>) |
Initialise le marshaler avec une chaîne managée et une mémoire tampon demandée. |
ToUnmanaged() |
Convertit la chaîne managée actuelle en chaîne non managée. |