UnmanagedFunctionPointerAttribute.CallingConvention Eigenschap

Definitie

Hiermee haalt u de waarde van de aanroepconventie op.

public:
 property System::Runtime::InteropServices::CallingConvention CallingConvention { System::Runtime::InteropServices::CallingConvention get(); };
public System.Runtime.InteropServices.CallingConvention CallingConvention { get; }
member this.CallingConvention : System.Runtime.InteropServices.CallingConvention
Public ReadOnly Property CallingConvention As CallingConvention

Waarde van eigenschap

De waarde van de aanroepconventie die is opgegeven door de UnmanagedFunctionPointerAttribute(CallingConvention) constructor.

Van toepassing op

Zie ook