Class DllImportData
Inheritance
DllImportData
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class DllImportData
Properties
BestFitMapping
Declaration
public bool? BestFitMapping { get; }
Property Value
CallingConvention
Declaration
public CallingConvention CallingConvention { get; }
Property Value
CharacterSet
Declaration
public CharSet CharacterSet { get; }
Property Value
EntryPointName
Declaration
public string? EntryPointName { get; }
Property Value
ExactSpelling
Declaration
public bool ExactSpelling { get; }
Property Value
ModuleName
Declaration
public string? ModuleName { get; }
Property Value
SetLastError
Declaration
public bool SetLastError { get; }
Property Value
ThrowOnUnmappableCharacter
Declaration
public bool? ThrowOnUnmappableCharacter { get; }
Property Value