Partager via


EnumerableToDispatchMarshaler.GetInstance(String) Méthode

Définition

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

ICustomMarshaler

Instance du marshaleur personnalisé.

Remarques

Tous les marshaleurs personnalisés doivent implémenter cette méthode, bien qu’il ne fasse pas partie de la ICustomMarshaler définition d’interface.

S’applique à