The members of System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute are listed below.
See Also: Inherited members from System.Attribute
Initializes a new instance of the System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute class with the specified calling convention. |
BestFitMapping | bool.
Enables or disables best-fit mapping behavior when converting Unicode characters to ANSI characters. | |
CharSet | CharSet.
Indicates how to marshal string parameters to the method, and controls name mangling. | |
SetLastError | bool.
Indicates whether the callee calls the SetLastError Win32 API function before returning from the attributed method. | |
ThrowOnUnmappableChar | bool.
Enables or disables the throwing of an exception on an unmappable Unicode character that is converted to an ANSI "?" character. |
[read-only] | CallingConvention | CallingConvention.
Gets the value of the calling convention. |