ExpandoToDispatchExMarshaler.GetInstance(String) 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.
Retourne une instance du marshaleur personnalisé.
public:
static System::Runtime::InteropServices::ICustomMarshaler ^ GetInstance(System::String ^ pstrCookie);
public static System.Runtime.InteropServices.ICustomMarshaler GetInstance (string pstrCookie);
static member GetInstance : string -> System.Runtime.InteropServices.ICustomMarshaler
Public Shared Function GetInstance (pstrCookie As String) As ICustomMarshaler
Paramètres
- pstrCookie
- String
Paramètre « cookie » de type chaîne qui peut être utilisé par le marshaleur personnalisé.
Retours
Instance du marshaleur personnalisé.
Exceptions
pstrCookie
n'est pas valide.
Remarques
Tous les marshaleurs personnalisés doivent implémenter cette méthode, bien qu’elle ne fait pas partie de la définition de l’interface ICustomMarshaler .