Application Report
- Application ID: 8f9a12d35ab3400283873474df15b222
- Report Submitted on: 03/13/2010 15:45:33
- Definitions File: Mono 2.6
- API Issues: 2
- P/Invoke APIs: 9
The following 2 APIs (used 3 times) might not work:
- Total:
2
-
System.Xml.Schema
1
-
XmlSchemaSet
1
-
Add(System.Xml.Schema.XmlSchemaSet)
Used 2 times
1
-
Add(System.Xml.Schema.XmlSchemaSet)
Used 2 times
-
XmlSchemaSet
-
System.Xml.Xsl
1
-
XslCompiledTransform
1
-
get_OutputSettings()
Used 1 time
1
-
get_OutputSettings()
Used 1 time
-
XslCompiledTransform
-
System.Xml.Schema
There are 9 P/Invokes (used 9 times):
| Count | Library | Function |
|---|---|---|
| 1 | kernel32.dll | bool connectnamedpipe(safefilehandle, intptr) |
| 1 | kernel32.dll | bool disconnectnamedpipe(safefilehandle) |
| 1 | kernel32.dll | bool peeknamedpipe(safefilehandle, intptr, int, intptr, int32*, intptr) |
| 1 | kernel32.dll | bool readfile(safefilehandle, void*, int, int32*, nativeoverlapped*) |
| 1 | kernel32.dll | bool setnamedpipehandlestate(safefilehandle, uint32*, intptr, intptr) |
| 1 | kernel32.dll | bool waitnamedpipe(string, uint) |
| 1 | kernel32.dll | bool writefile(safefilehandle, void*, int, int32*, nativeoverlapped*) |
| 1 | kernel32.dll | safefilehandle createfile(string, uint, uint, intptr, uint, uint, intptr) |
| 1 | kernel32.dll | safefilehandle createnamedpipe(string, uint, uint, uint, int, int, int, intptr) |