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

属性付き型をマネージド コードからネイティブ コードに変換するために使用されるマーシャラー型。

適用対象