MarshalAsAttribute.MarshalType 字段

定义

指定自定义封送处理程序的完全限定名。

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 

字段值

属性

注解

可以使用 MarshalTypeMarshalAsAttribute.MarshalTypeRef 字段为特性化参数、字段或返回类型指定自定义封送处理程序类型。 使用 MarshalType 字段可以指定表示自定义封送处理程序的完全限定名称的字符串。 它对于后期绑定的引用很有用,但与指定自定义封送处理程序相比 MarshalTypeRef ,它不太有用。 有关创建和使用自定义封送处理程序的其他信息,请参阅 自定义封送处理

适用于

另请参阅