ExpandoToDispatchExMarshaler.CleanUpManagedData(Object) 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.
Effectue le nettoyage des données managées quand elles ne sont plus nécessaires.
public:
override void CleanUpManagedData(System::Object ^ pManagedObj);
public:
virtual void CleanUpManagedData(System::Object ^ pManagedObj);
public override void CleanUpManagedData (object pManagedObj);
public virtual void CleanUpManagedData (object pManagedObj);
abstract member CleanUpManagedData : obj -> unit
override this.CleanUpManagedData : obj -> unit
Public Overrides Sub CleanUpManagedData (pManagedObj As Object)
Public Overridable Sub CleanUpManagedData (pManagedObj As Object)
Paramètres
- pManagedObj
- Object
Objet managé à détruire.
Implémente
Remarques
Le CLR appelle cette méthode pour propre les données managées allouées dans la MarshalManagedToNative méthode.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.