C# Class System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute

Inheritance: Attribute
ファイルを表示 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_oe property

public bool BestFitMapping
return bool

CharSet public_oe property

public CharSet CharSet
return CharSet

SetLastError public_oe property

public bool SetLastError
return bool

ThrowOnUnmappableChar public_oe property

public bool ThrowOnUnmappableChar
return bool