C# Class System.Runtime.InteropServices.DllImportAttribute

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

Méthodes publiques

Свойство Type Description
BestFitMapping bool
CallingConvention CallingConvention
CharSet CharSet
EntryPoint String
ExactSpelling bool
PreserveSig bool
SetLastError bool
ThrowOnUnmappableChar bool

Méthodes publiques

Méthode Description
DllImportAttribute ( String dllName ) : System

Private Methods

Méthode Description
DllImportAttribute ( string dllName, string entryPoint, CharSet charSet, bool exactSpelling, bool setLastError, bool preserveSig, CallingConvention callingConvention, bool bestFitMapping, bool throwOnUnmappableChar ) : System
GetCustomAttribute ( RuntimeMethodInfo method ) : Attribute
IsDefined ( RuntimeMethodInfo method ) : bool

Method Details

DllImportAttribute() public méthode

public DllImportAttribute ( String dllName ) : System
dllName String
Résultat System

Property Details

BestFitMapping public_oe property

public bool BestFitMapping
Résultat bool

CallingConvention public_oe property

public CallingConvention CallingConvention
Résultat CallingConvention

CharSet public_oe property

public CharSet CharSet
Résultat CharSet

EntryPoint public_oe property

public String EntryPoint
Résultat String

ExactSpelling public_oe property

public bool ExactSpelling
Résultat bool

PreserveSig public_oe property

public bool PreserveSig
Résultat bool

SetLastError public_oe property

public bool SetLastError
Résultat bool

ThrowOnUnmappableChar public_oe property

public bool ThrowOnUnmappableChar
Résultat bool