Mono Class Library: Overview

System.Runtime.InteropServices.DllImportAttribute: Field Members

The fields of System.Runtime.InteropServices.DllImportAttribute are listed below. For a list of all members, see the DllImportAttribute Members list.

See Also: Inherited members from System.Attribute

Public Fields

BestFitMappingbool. Documentation for this section has not yet been entered.
CallingConventionCallingConvention. A System.Runtime.InteropServices.CallingConvention value that specifies the calling convention used when passing arguments to the unmanaged implementation of a method in a shared library.
CharSetCharSet. A System.Runtime.InteropServices.CharSet value that controls function name modification and indicates how the string arguments to the method will be marshaled.
EntryPointstring. A string that specifies the name of the shared library entry point.
ExactSpellingbool. A bool value indicating whether the name of the entry point in the unmanaged library is modified to correspond to the System.Runtime.InteropServices.CharSet value specified in the DllImportAttribute.CharSet field.
PreserveSigbool. Documentation for this section has not yet been entered.
SetLastErrorbool. Documentation for this section has not yet been entered.
ThrowOnUnmappableCharbool. Documentation for this section has not yet been entered.