Definitions: Mono 1.2.6 (Revised) Date Submitted: 2/28/2008 12:43:00 PM Comments: ========================================= Pending issues: 1 [TODO] System.Data.DataSet::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean) Details: 4 [NIEX] System.Windows.Forms.BindingSource::set_Filter(System.String) 5 [NIEX] System.Data.OleDb.OleDbCommandBuilder::GetUpdateCommand() Details: 5 [NIEX] System.Data.OleDb.OleDbCommandBuilder::GetInsertCommand() Details: 5 [NIEX] System.Data.OleDb.OleDbCommandBuilder::GetDeleteCommand() Details: 5 [NIEX] System.Diagnostics.PerformanceCounter::Increment() Details: 5 [NIEX] System.Diagnostics.PerformanceCounterCategory::Exists(System.String) Details: 4 [NIEX] System.Data.Common.DbConnection::GetSchema(System.String,System.String[]) 1 [TODO] System.Windows.Forms.ToolStripManager::Merge(System.Windows.Forms.ToolStrip,System.Windows.Forms.ToolStrip) Details: Only supports one level of merging, cannot merge the same ToolStrip multiple times 4 [NIEX] System.Windows.Forms.BindingSource::set_Sort(System.String) 5 [NIEX] System.Diagnostics.PerformanceCounterCategory::Delete(System.String) Details: 5 [NIEX] System.Data.Common.DbConnectionStringBuilder::GetProperties(System.Collections.Hashtable) Details: 5 [NIEX] System.Configuration.Install.Installer::Uninstall(System.Collections.IDictionary) Details: 5 [NIEX] System.Configuration.Install.Installer::Install(System.Collections.IDictionary) Details: 5 [NIEX] System.Configuration.Install.Installer::.ctor() Details: 5 [NIEX] System.Diagnostics.PerformanceCounterCategory::Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection) Details: 5 [NIEX] System.Transactions.Transaction::EnlistPromotableSinglePhase(System.Transactions.IPromotableSinglePhaseNotification) Details: 1 [TODO] System.Transactions.SinglePhaseEnlistment::Committed() Details: 1 [TODO] System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback) Details: certValidationCallback is not passed X509Chain and SslPolicyErrors correctly **************************************************** P/Invokes made by this program Library: comctl32.dll bool ImageList_BeginDrag(IntPtr, int, int, int) bool ImageList_DragEnter(IntPtr, int, int) bool ImageList_DragLeave(IntPtr) bool ImageList_DragMove(int, int) bool ImageList_DragShowNolock(bool) bool InitCommonControls() void ImageList_EndDrag() Library: Kernel32 bool WriteFile(IntPtr, Byte[], uint, UInt32&, IntPtr) int CreateFile(string, uint, uint, NativeMethods/SecurityAttributes, uint, uint, uint) Library: kernel32.dll bool CloseHandle(IntPtr) bool FlushFileBuffers(IntPtr) bool ReadFile(IntPtr, Byte[], uint, UInt32&, IntPtr) bool UnmapViewOfFile(IntPtr) int CloseHandle(IntPtr) int FlushViewOfFile(IntPtr, uint) IntPtr MapViewOfFile(IntPtr, uint, uint, uint, IntPtr) IntPtr OpenEvent(uint, bool, string) IntPtr OpenFileMapping(uint, bool, string) Library: ws2_32.dll int connect(IntPtr, Byte[], int) int WSAGetLastError()