[DllImport("DriveLibrary.dll", CallingConvention = CallingConvention.Cdecl, EntryPoint = "createClass")] public static extern void createClass(); public void _createClass() { try { createClass(); debug("_createClass"); } catch (Exception e) { Console.WriteLine(e.Message); } }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)