Skip to content

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

Notifications You must be signed in to change notification settings

dkxce/DllExport

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published