Application Report
- Application ID: fc0522206a6741eda7e42f773fb1e05a
- Report Submitted on: 11/30/2009 05:33:19
- Definitions File: Mono 2.4 (Revised)
- API Issues: 6
- P/Invoke APIs: 34
The following 6 APIs (used 19 times) might not work:
- Total:
5
2
-
Microsoft.VisualBasic.ApplicationServices
1
-
User
1
-
get_Name()
Used 7 times
1
-
get_Name()
Used 7 times
-
User
-
System.Configuration
1
-
ApplicationSettingsBase
1
-
get_Item(System.String)
Used 3 times
1
-
get_Item(System.String)
Used 3 times
-
ApplicationSettingsBase
-
System.Data.Common
1
1
-
DbConnectionStringBuilder
1
1
-
GetProperties(System.Collections.Hashtable)
Used 2 times
1
1
-
GetProperties(System.Collections.Hashtable)
Used 2 times
-
DbConnectionStringBuilder
-
System.Data.SqlClient
1
-
SqlConnection
1
-
set_ConnectionString(System.String)
Used 5 times
1
-
set_ConnectionString(System.String)
Used 5 times
-
SqlConnection
-
System.Drawing
1
-
Graphics
1
-
Graphics
-
System.Windows.Forms
1
-
PrintDialog
1
-
set_UseEXDialog(System.Boolean)
Used 1 time
1
-
set_UseEXDialog(System.Boolean)
Used 1 time
-
PrintDialog
-
Microsoft.VisualBasic.ApplicationServices
There are 34 P/Invokes (used 73 times):
| Count | Library | Function |
|---|---|---|
| 9 | libmysql.dll | uint mysql_stmt_errno(intptr) |
| 9 | libmysql.dll | string mysql_stmt_error(intptr) |
| 8 | libmysql.dll | uint mysql_errno(void*) |
| 8 | libmysql.dll | string mysql_error(void*) |
| 3 | libmysql.dll | void mysql_free_result(void*) |
| 2 | libmysql.dll | int mysql_query(void*, string) |
| 2 | libmysql.dll | uint mysql_field_count(void*) |
| 2 | libmysql.dll | uint mysql_num_fields(void*) |
| 2 | libmysql.dll | void mysql_options(void*, uint, uint32*) |
| 2 | libmysql.dll | sbyte mysql_stmt_attr_set(intptr, enum_stmt_attr_type, intptr) |
| 2 | libmysql.dll | void* mysql_store_result(void*) |
| 2 | libmysql.dll | int mysql_stmt_execute(intptr) |
| 1 | libmysql.dll | void* mysql_real_connect(void*, string, string, string, string, uint, string, in |
| 1 | libmysql.dll | uint32* mysql_fetch_lengths(void*) |
| 1 | libmysql.dll | uint64 mysql_affected_rows(void*) |
| 1 | libmysql.dll | uint64 mysql_num_rows(void*) |
| 1 | libmysql.dll | uint64 mysql_real_escape_string(void*, stringbuilder, string, uint64) |
| 1 | libmysql.dll | void* mysql_stmt_result_metadata(intptr) |
| 1 | libmysql.dll | int mysql_set_character_set(void*, string) |
| 1 | libmysql.dll | int mysql_select_db(void*, string) |
| 1 | libmysql.dll | void* mysql_init(void*) |
| 1 | libmysql.dll | void mysql_close(void*) |
| 1 | libmysql.dll | uint mysql_stmt_param_count(intptr) |
| 1 | libmysql.dll | uint mysql_stmt_affected_rows(intptr) |
| 1 | libmysql.dll | sbyte mysql_stmt_bind_param(intptr, mysql_bind[]) |
| 1 | libmysql.dll | sbyte mysql_stmt_bind_result(intptr, mysql_bind[]) |
| 1 | libmysql.dll | sbyte mysql_stmt_close(intptr) |
| 1 | libmysql.dll | sbyte mysql_stmt_fetch_column(intptr, mysql_bind[], uint, uint) |
| 1 | libmysql.dll | intptr mysql_fetch_row(void*) |
| 1 | libmysql.dll | intptr mysql_fetch_field_direct(void*, uint) |
| 1 | libmysql.dll | intptr getclientinfo() |
| 1 | libmysql.dll | int mysql_stmt_prepare(intptr, string, int) |
| 1 | libmysql.dll | int mysql_stmt_fetch(intptr) |
| 1 | libmysql.dll | intptr mysql_stmt_init(void*) |