Skip to content

idkiller/CS_pinvoke_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PInvoke Examples for C <--> C#

Precondition

install mono and gcc

Build

execute ./build.sh

Files

  • test.h - Test C API header
  • test.c - Test C API Implementation
  • main.c - Example running test for C API in test.h
  • test_plat.cs - Test C# API with PInvoke
  • main_plat.cs - Example Running test for C# API in test_plat.cs
  • build.sh - Simple building commands.

About

CS<->C pinvoke examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published