dkxce / DllExport

C# class for DllExport / UnmanagedExport (cdecl, stdcall, pascal, winapi) - create library for using from not .Net application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DllExport

C# class for DllExport / UnmanagedExport (cdecl, stdcall, pascal, winapi) - create library for using from not .Net application
You can create library with .Net and call it from any other not .Net application with standard
cdecl/pascal/stdcall/winapi from C,C++,Python,Delphi applications

Это библиотека C#, которая экспортирует функции для других программ не .Net
Вы можете использовать функции библиотеки из программ, написанных на C, C++, Python, Delphi и др.

Alternatives:

DLL Export Viewer:

About

C# class for DllExport / UnmanagedExport (cdecl, stdcall, pascal, winapi) - create library for using from not .Net application


Languages

Language:C# 98.3%Language:Batchfile 1.7%