Definitions: Mono 1.2.6 (Revised) Date Submitted: 3/28/2008 9:35:22 AM Comments: ========================================= Pending issues: 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.ServiceProcess.ServiceBase::Stop() Details: 5 [NIEX] System.Diagnostics.PerformanceCounterCategory::Delete(System.String) Details: 5 [NIEX] System.Data.Common.DbConnectionStringBuilder::GetProperties(System.Collections.Hashtable) Details: 5 [NIEX] System.Management.ManagementBaseObject::get_Item(System.String) Details: 5 [NIEX] System.Management.ManagementObjectCollection::GetEnumerator() Details: 5 [NIEX] System.Management.ManagementObjectCollection/ManagementObjectEnumerator::get_Current() 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: 5 [NIEX] System.Management.ManagementObjectCollection/ManagementObjectEnumerator::MoveNext() Details: 1 [TODO] System.Environment::get_UserInteractive() Details: Currently always returns false, regardless of interactive state 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 4 [NIEX] System.Management.ManagementObjectSearcher::.ctor(System.String) 1 [TODO] System.Net.NetworkInformation.NetworkInterface::GetAllNetworkInterfaces() Details: Does not work on Unix yet 4 [NIEX] System.Management.ManagementObjectSearcher::Get() **************************************************** P/Invokes made by this program 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() **************************************************** Methods that have been implemented: System.Configuration.Install.Installer::OnBeforeUninstall(System.Collections.IDictionary) System.Configuration.Install.Installer::OnBeforeInstall(System.Collections.IDictionary) System.Configuration.Install.Installer::Uninstall(System.Collections.IDictionary) System.Configuration.Install.Installer::Install(System.Collections.IDictionary) System.Configuration.Install.Installer::.ctor()