MarshalUsingAttribute Konstruktorer

Definition

Överlagringar

Name Description
MarshalUsingAttribute()

Initierar en ny instans av MarshalUsingAttribute som endast innehåller storleksinformation.

MarshalUsingAttribute(Type)

Initierar en ny instans av MarshalUsingAttribute som tillhandahåller en intern marshallingtyp och eventuellt storleksinformation.

MarshalUsingAttribute()

Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs

Initierar en ny instans av MarshalUsingAttribute som endast innehåller storleksinformation.

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

Gäller för

MarshalUsingAttribute(Type)

Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs
Källa:
MarshalUsingAttribute.cs

Initierar en ny instans av MarshalUsingAttribute som tillhandahåller en intern marshallingtyp och eventuellt storleksinformation.

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)

Parametrar

nativeType
Type

Den marshallertyp som används för att konvertera den tilldelade typen från hanterad till intern kod.

Gäller för