I have to consume a .NET hosted web service from a Java application. Interoperability between the two is usually very good. The problem I\'m running into is that the .NET application developer chose t
Am trying create of PoC for exposing/invoking various .NET objects from COM clients. The .NET library contains some classes and Enums.
I have a 32-bit .net application that uses a native 32-bit DLL via DllImport(). The native DLL is our internal file analysis library, and I need to use it as porting it to C# would be a problem if peo
I am using Excel interop object a开发者_如何学编程nd trying to find a date in a specified range by below method
Am interoping a c++ dll and am attempting to access it\'s functions. Below is the dumpbin /exports output from the dll:
I have such a C++ structure: typedef struct _FILE_OP_BLOCK { unsigned short fid;// objective file ID unsigned short offset;// operating offset
I have a C# assembly, which is regasmed, but is not in the GAC.In my VB6 code, I added a reference to the generated type library (the .tlb file).
I need to use this enum in my C# application, but it won\'t let me use these values. When I specify the type as uint I can use the -1 value, and when I specify int I can\'t use the last 2 values. Is t
Is it possible to Marshal a generic return type as non-generic for COM interop? Let\'s say I have the following class:
Is there a way using JNI and C# code to create a program that invoke any given Java method? Assume that I have a jar containing classes hierarchy and I\'m responsible for loading the JVM and these cla