MarshalUsingAttribute コンストラクター

定義

オーバーロード

MarshalUsingAttribute()

サイズ情報のみを提供する の MarshalUsingAttribute 新しいインスタンスを初期化します。

MarshalUsingAttribute(Type)

ネイティブ マーシャリング型と必要に応じてサイズ情報を提供する の MarshalUsingAttribute 新しいインスタンスを初期化します。

MarshalUsingAttribute()

ソース:
MarshalUsingAttribute.cs
ソース:
MarshalUsingAttribute.cs
ソース:
MarshalUsingAttribute.cs

サイズ情報のみを提供する の MarshalUsingAttribute 新しいインスタンスを初期化します。

public:
 MarshalUsingAttribute();
public MarshalUsingAttribute ();
Public Sub New ()

適用対象

MarshalUsingAttribute(Type)

ソース:
MarshalUsingAttribute.cs
ソース:
MarshalUsingAttribute.cs
ソース:
MarshalUsingAttribute.cs

ネイティブ マーシャリング型と必要に応じてサイズ情報を提供する の MarshalUsingAttribute 新しいインスタンスを初期化します。

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

パラメーター

nativeType
Type

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

適用対象