MarshalAsAttribute.MarshalType 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定自定义封送处理程序的完全限定名。
public: System::String ^ MarshalType;
public string MarshalType;
public string? MarshalType;
[System.Runtime.InteropServices.ComVisible(true)]
public string MarshalType;
val mutable MarshalType : string
[<System.Runtime.InteropServices.ComVisible(true)>]
val mutable MarshalType : string
Public MarshalType As String
字段值
- 属性
注解
可以使用 MarshalType 或 MarshalAsAttribute.MarshalTypeRef 字段为特性化参数、字段或返回类型指定自定义封送处理程序类型。 使用 MarshalType 字段可以指定表示自定义封送处理程序的完全限定名称的字符串。 它对于后期绑定的引用很有用,但与指定自定义封送处理程序相比 MarshalTypeRef ,它不太有用。 有关创建和使用自定义封送处理程序的其他信息,请参阅 自定义封送处理。