MarshalUsingAttribute Konstruktory

Definice

Přetížení

Name Description
MarshalUsingAttribute()

Inicializuje novou instanci MarshalUsingAttribute , která poskytuje pouze informace o velikosti.

MarshalUsingAttribute(Type)

Inicializuje novou instanci MarshalUsingAttribute , která poskytuje nativní typ zařazování a volitelně velikost informací.

MarshalUsingAttribute()

Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs

Inicializuje novou instanci MarshalUsingAttribute , která poskytuje pouze informace o velikosti.

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

Platí pro

MarshalUsingAttribute(Type)

Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs
Zdroj:
MarshalUsingAttribute.cs

Inicializuje novou instanci MarshalUsingAttribute , která poskytuje nativní typ zařazování a volitelně velikost informací.

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 marshalleru použitý k převodu atributového typu ze spravovaného na nativní kód.

Platí pro