(string _logFileName)
| 13 | private static extern IntPtr ExportPlatform_Destroy(); |
| 14 | |
| 15 | public static void CreatePlatform(string _logFileName) |
| 16 | { |
| 17 | ExportPlatform_Create(_logFileName); |
| 18 | } |
| 19 | |
| 20 | public static void DestroyPlatform() |
| 21 | { |
no test coverage detected