LibraryImportAttribute sealed class LibraryImportAttribute : Attribute Documentation Code public string EntryPoint { get; set; } public string LibraryName { get; } public bool SetLastError { get; set; } public StringMarshalling StringMarshalling { get; set; } public Type StringMarshallingCustomType { get; set; } public LibraryImportAttribute(string libraryName)