MarshalUsingAttribute Konstruktory

Definicja

Przeciążenia

Nazwa Opis
MarshalUsingAttribute()

Inicjuje nowe wystąpienie MarshalUsingAttribute , które udostępnia tylko informacje o rozmiarze.

MarshalUsingAttribute(Type)

Inicjuje nowe wystąpienie MarshalUsingAttribute , które udostępnia natywny typ marshallingu i opcjonalnie informacje o rozmiarze.

MarshalUsingAttribute()

Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs

Inicjuje nowe wystąpienie MarshalUsingAttribute , które udostępnia tylko informacje o rozmiarze.

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

Dotyczy

MarshalUsingAttribute(Type)

Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs
Źródło:
MarshalUsingAttribute.cs

Inicjuje nowe wystąpienie MarshalUsingAttribute , które udostępnia natywny typ marshallingu i opcjonalnie informacje o rozmiarze.

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)

Parametry

nativeType
Type

Typ marshallera używany do konwertowania typu przypisanego z zarządzanego na natywny kod.

Dotyczy