Top "Interop" questions

Interoperability is a requirement for one computer system or programming language to work with another.

Call C# dll function from C++/CLI

I have a C# dll. The code is below: public class Calculate { public static int GetResult(int arg1, int arg2) { …

c# dll interop c++-cli dllimport
IntPtr, SafeHandle and HandleRef - Explained

Without pointing me to MSDN, could someone give a concise, clear explanation of the purpose of each of these and …

.net winapi interop
C++/CLI Mixed Mode DLL Creation

I've got a native C++ DLL that I would like to have a C++/CLI wrapper layer for. From what …

.net c++-cli interop mixed-mode
C# and Excel Interop issue, Saving the excel file not smooth

I could Open and Write to the excel file, but when I try to save the file by passing a …

c# interop excel-interop
Handling Null Values in F#

I need to interop with some C# code with F#. Null is a possible value that it is given so …

c# f# interop null
Python for .NET "unable to find assembly" error

I'm using CPython and I have a C# dll. I'm trying to use Python for .NET to make them talk. …

python .net interop python-c-api python.net
c# MSOffice Interop Word will not kill winword.exe

I'm writing an application that needed a MSWord document parser. I'm using Microsoft.Office.Interop.Word.Document to extract the …

c# interop zombie-process
Jython and python modules

I've just started using the PythonInterpreter from within my Java classes, and it works great! However, if I try to …

java python interop jython
How to get type of COM object

I am referencing a COM library in Visual Studio, so it has automatically created the corresponding Interop assembly for me. …

.net reflection com interop com-interop
Bold and Italics not working in excel with EPPLUS

I am using the below code for updating excel data format, here I want the heading to be in bold …

c# excel interop epplus