Definitions: Mono 1.9 Date Submitted: 9/25/2008 12:59:21 AM Comments: ========================================= Pending issues: 5 [NIEX] System.Management.ManagementBaseObject::get_Item(System.String) Details: 1 [TODO] System.Diagnostics.Process::set_PriorityClass(System.Diagnostics.ProcessPriorityClass) Details: Under Unix, only root is allowed to raise the priority. 5 [NIEX] System.Management.ManagementBaseObject::set_Item(System.String,System.Object) Details: 5 [NIEX] System.Type::GetTypeFromCLSID(System.Guid) Details: Mono does not support COM 5 [NIEX] System.Management.ManagementObjectCollection::GetEnumerator() Details: 5 [NIEX] System.Management.ManagementObjectCollection/ManagementObjectEnumerator::get_Current() Details: 5 [NIEX] System.ComponentModel.TypeDescriptor::AddAttributes(System.Type,System.Attribute[]) Details: 5 [NIEX] System.Management.ManagementObjectCollection/ManagementObjectEnumerator::MoveNext() Details: 4 [NIEX] System.Management.ManagementObjectSearcher::.ctor(System.String) 1 [TODO] System.Diagnostics.Process::get_MainWindowTitle() Details: 4 [NIEX] System.Management.ManagementObjectSearcher::Get() 1 [TODO] System.IO.DriveInfo::GetDrives() Details: Currently only implemented on Mono/Linux **************************************************** P/Invokes made by this program Library: advapi32.dll bool AdjustTokenPrivileges(IntPtr, bool, Shutdown/WindowsShutdown/TokPriv1Luid&, int, IntPtr, IntPtr) bool LookupPrivilegeValue(string, string, Int64&) bool OpenProcessToken(IntPtr, int, IntPtr&) Library: AvisynthWrapper int dimzon_avs_destroy(IntPtr&) int dimzon_avs_getaframe(IntPtr, IntPtr, Int64, Int64) int dimzon_avs_getintvariable(IntPtr, string, Int32&) int dimzon_avs_getlasterror(IntPtr, StringBuilder, int) int dimzon_avs_getvframe(IntPtr, IntPtr, int, int) int dimzon_avs_init(IntPtr&, string, string, AviSynthClip/AVSDLLVideoInfo&, AviSynthColorspace&, AudioSampleType&, string) Library: kernel32.dll bool GetVersionEx(OSInfo/OSVERSIONINFOEX&) IntPtr GetCurrentProcess() Library: user32.dll bool ExitWindowsEx(int, uint) int GetWindowText(IntPtr, StringBuilder, int) int GetWindowTextLength(IntPtr) Library: uxtheme.dll int SetWindowTheme(IntPtr, string, string)