UnmanagedFunctionPointerAttribute.CallingConvention Vlastnost

Definice

Získá hodnotu konvence volání.

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

Hodnota vlastnosti

Hodnota konvence volání určená konstruktorem UnmanagedFunctionPointerAttribute(CallingConvention) .

Platí pro

Viz také