MarshalUsingAttribute Konstruktoren

Definition

Überlädt

MarshalUsingAttribute()

Initialisiert eine neue Instanz von, MarshalUsingAttribute die nur Größeninformationen bereitstellt.

MarshalUsingAttribute(Type)

Initialisiert eine neue Instanz von, MarshalUsingAttribute die einen nativen Marshallingtyp und optional Größeninformationen bereitstellt.

MarshalUsingAttribute()

Quelle:
MarshalUsingAttribute.cs
Quelle:
MarshalUsingAttribute.cs
Quelle:
MarshalUsingAttribute.cs

Initialisiert eine neue Instanz von, MarshalUsingAttribute die nur Größeninformationen bereitstellt.

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

Gilt für:

MarshalUsingAttribute(Type)

Quelle:
MarshalUsingAttribute.cs
Quelle:
MarshalUsingAttribute.cs
Quelle:
MarshalUsingAttribute.cs

Initialisiert eine neue Instanz von, MarshalUsingAttribute die einen nativen Marshallingtyp und optional Größeninformationen bereitstellt.

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)

Parameter

nativeType
Type

Der Marshallertyp, der zum Konvertieren des attributierten Typs von verwaltetem in nativen Code verwendet wird.

Gilt für: