Share via


NativeMarshallingAttribute(Type) 构造函数

定义

初始化提供本机封送类型的 的新实例 NativeMarshallingAttribute

public:
 NativeMarshallingAttribute(Type ^ nativeType);
public NativeMarshallingAttribute (Type nativeType);
new System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute : Type -> System.Runtime.InteropServices.Marshalling.NativeMarshallingAttribute
Public Sub New (nativeType As Type)

参数

nativeType
Type

用于将特性化类型从托管代码转换为本机代码的封送处理程序类型。

适用于