Definitions: Mono 1.9 Date Submitted: 10/1/2008 11:38:27 AM Comments: ========================================= Pending issues: 1 [TODO] System.Diagnostics.EventLog::LogNameFromSourceName(System.String,System.String) Details: remote machine is not supported 5 [NIEX] System.Diagnostics.Debugger::Launch() Details: Not implemented 1 [TODO] System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) Details: 1 [TODO] System.Runtime.Remoting.RemotingConfiguration::Configure(System.String,System.Boolean) Details: Implement ensureSecurity 1 [TODO] System.Net.Mail.SmtpClient::set_EnableSsl(System.Boolean) Details: STARTTLS is not supported yet 1 [TODO] System.Diagnostics.EventLog::DeleteEventSource(System.String,System.String) Details: remote machine is not supported 1 [TODO] System.Net.CredentialCache::get_DefaultCredentials() Details: Need EnvironmentPermission implementation first 1 [TODO] System.Net.Mail.SmtpClient::get_EnableSsl() Details: STARTTLS is not supported yet **************************************************** P/Invokes made by this program Library: advapi32.dll bool DuplicateToken(IntPtr, int, IntPtr&) bool LogonUser(string, string, string, int, int, IntPtr&) Library: kernel32.dll bool CloseHandle(IntPtr) bool SetConsoleCtrlHandler(ConsoleEventHandler/ControlEventHandler, bool) Library: Kernel32.dll bool GetConsoleScreenBufferInfo(IntPtr, ColoredConsoleAppender/CONSOLE_SCREEN_BUFFER_INFO&) bool QueryPerformanceCounter(Int64&) bool QueryPerformanceFrequency(Int64&) bool SetConsoleTextAttribute(IntPtr, UInt16) int FormatMessage(int, IntPtr&, int, int, String&, int, IntPtr) int GetConsoleOutputCP() IntPtr GetStdHandle(uint) void OutputDebugString(string) Library: libc void closelog() void openlog(IntPtr, int, LocalSyslogAppender/SyslogFacility) void syslog(int, string) Library: netapi32.dll int NetMessageBufferSend(string, string, string, string, int)