GeneratedDllImportAttribute sealed class GeneratedDllImportAttribute : Attribute Indicates that method will be generated at compile time and invoke into an unmanaged library entry point 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)