GeneratedDllImportAttribute sealed class GeneratedDllImportAttribute : Attribute Documentation Code public CharSet CharSet { get; set; } public string EntryPoint { get; set; } public bool ExactSpelling { get; set; } public string LibraryName { get; } public bool SetLastError { get; set; } public GeneratedDllImportAttribute(string dllName)