The members of System.Runtime.InteropServices.DllImportAttribute are listed below.
See Also: Inherited members from System.Attribute
Constructs and initializes a new instance of the System.Runtime.InteropServices.DllImportAttribute class.
BestFitMapping bool. Documentation for this section has not yet been entered. CallingConvention CallingConvention. 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. CharSet CharSet. A System.Runtime.InteropServices.CharSet value that controls function name modification and indicates how the string arguments to the method will be marshaled. EntryPoint string. A string that specifies the name of the shared library entry point. ExactSpelling bool. 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. PreserveSig bool. Documentation for this section has not yet been entered. SetLastError bool. Documentation for this section has not yet been entered. ThrowOnUnmappableChar bool. Documentation for this section has not yet been entered.