C# Class System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute

Inheritance: Attribute
Show file Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
BestFitMapping bool
CharSet CharSet
SetLastError bool
ThrowOnUnmappableChar bool

Public Methods

Method Description
UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System

Method Details

UnmanagedFunctionPointerAttribute() public method

public UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System
callingConvention CallingConvention
return System

Property Details

BestFitMapping public property

public bool BestFitMapping
return bool

CharSet public property

public CharSet CharSet
return CharSet

SetLastError public property

public bool SetLastError
return bool

ThrowOnUnmappableChar public property

public bool ThrowOnUnmappableChar
return bool