Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 881 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 881 Bytes

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: