Interop
Everything on SkillVeris tagged Interop — collected across the glossary, study notes, blog, and cheat sheets.
6 resources across 1 library
Study Notes(6)
UWP Interop with Win32
Techniques for calling native Win32 and COM APIs from UWP apps, and hosting Win32 processes or windows alongside UWP's sandboxed model.
JavaScript Interop
Call JavaScript from C# and C# from JavaScript in Blazor to access browser APIs that .NET can't reach directly.
D and C Interop
How D's native extern(C) linkage lets you call existing C libraries directly and expose D functions to C code without writing wrapper glue.
Lua and C Interop
How Lua's stack-based C API lets Lua scripts call C functions and C programs embed and drive a Lua virtual machine in both directions.
Clojure and Java Interop
Understand how Clojure calls Java classes and methods directly via dot notation, implements interfaces with proxy/reify/gen-class, and handles exceptions and t…
F# and .NET Interop
F# runs on .NET and can freely call into C# libraries and the Base Class Library, and be consumed from C# projects — understanding the interop rules is essenti…