Freigeben über


UnmanagedFunctionPointerAttribute.CallingConvention-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Wert der Aufrufkonvention ab.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public CallingConvention CallingConvention { get; }
public:
property CallingConvention CallingConvention {
    CallingConvention get();
}
member CallingConvention : CallingConvention with get
Public ReadOnly Property CallingConvention As CallingConvention

Eigenschaftswert

Type: System.Runtime.InteropServices.CallingConvention

Der Wert der angegebenen Aufrufkonvention der UnmanagedFunctionPointerAttribute Konstruktor.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 2.0
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Silverlight
Verfügbar seit 2.0
Windows Phone Silverlight
Verfügbar seit 8.0
Windows Phone
Verfügbar seit 8.1

Siehe auch

DllImportAttribute
CallingConvention
UnmanagedFunctionPointerAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang