EnumeratorToEnumVariantMarshaler.GetInstance(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回自定义封送拆收器的实例。
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
参数
- pstrCookie
- String
可以由自定义封送拆收器使用的字符串“cookie”参数。
返回
自定义封送拆收器的实例。
注解
所有自定义封送处理程序都必须实现此方法,尽管它不是接口定义的一 ICustomMarshaler 部分。