UnmanagedFunctionPointerAttribute::CallingConvention Property

 

Gets the value of the calling convention.

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

public:
property CallingConvention CallingConvention {
	CallingConvention get();
}

Property Value

Type: System.Runtime.InteropServices::CallingConvention

The value of the calling convention specified by the UnmanagedFunctionPointerAttribute constructor.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: