C# Class System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute

Inheritance: Attribute
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Свойство Type Description
BestFitMapping bool
CharSet CharSet
SetLastError bool
ThrowOnUnmappableChar bool

Méthodes publiques

Méthode Description
UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System

Method Details

UnmanagedFunctionPointerAttribute() public méthode

public UnmanagedFunctionPointerAttribute ( CallingConvention callingConvention ) : System
callingConvention CallingConvention
Résultat System

Property Details

BestFitMapping public_oe property

public bool BestFitMapping
Résultat bool

CharSet public_oe property

public CharSet CharSet
Résultat CharSet

SetLastError public_oe property

public bool SetLastError
Résultat bool

ThrowOnUnmappableChar public_oe property

public bool ThrowOnUnmappableChar
Résultat bool