UnmanagedFunctionPointerAttribute.CallingConvention Property

Definition

Gets the value of the calling convention.

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

Property Value

The value of the calling convention specified by the UnmanagedFunctionPointerAttribute(CallingConvention) constructor.

Applies to

See also