marshalling
Need help to converting from union in c to c# [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: C++ union in C# Code in C:[详细]
2023-03-12 22:59 分类:问答Marshalling C# Jagged Array to C++
I\'m trying to marshal a 2D C# jagged array (double[][] jaggedArray开发者_如何转开发) to a C++ dll where i\'ve specified the receiving variable to be a double**.[详细]
2023-03-12 17:05 分类:问答JAXB marshal Set<Object>
I have an object similar to this: public class Obj { @XmlElement(name=\"value\") public Set<Object> values;[详细]
2023-03-12 14:07 分类:问答Find the total size of an array of objects with only a reference pointer?
So as an overview, I am working with the Wlanapi and I am fairly new to it (native apis in general). I am running into a problem converting a structure from c++ to c#. Right now I have:[详细]
2023-03-12 07:39 分类:问答How do I marshall calls that use classes out of my control between two .NET processes?
I have the following scenario. My C# code will be executing in two processes - one process will be the IIS process running under \"local service\" account, the other will be running under an account w[详细]
2023-03-12 04:40 分类:问答RestEasy - different XML marshalling in different actions
Let\'s say I have a user class which has a login, full name and last login information. There is also Post which has author, date it was created and content. Class could look something like this (plea[详细]
2023-03-12 03:23 分类:问答Good examples, articles and books on marshalling [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-11 01:50 分类:问答Pass reference of struct in a list from managed to unmanaged code across dll
I am very new to C# and currently having some trouble with marshalling structs to C functions in a dll. The struct in question contains a few ints, float and one char* in C as follows:[详细]
2023-03-10 23:22 分类:问答Mapping structs to memory in c#, is it worth it? Or is there a better way
I\'m sending some packets of data across the network and they arrive in byte[]s, lets say the structure is[详细]
2023-03-10 15:25 分类:问答C# - how to marshal an array of LPWSTR?
I am trying to marshal a c++ struct that looks like the following: typedef struct _SOME_STRUCT { DWORD count;[详细]
2023-03-10 03:26 分类:问答