i have a struct with dynamic length: [StructLayout(LayoutKind.Sequential, Pack = 1)] struct PktAck { public Int32 code;
I am using Castor for XML Binding.. We need to sort the XML based on two different fields. Is there way we can specify the sort order in castor while marshalling?
I am a new C# programmer and have created an application which uses a 3rd party COM object to track telephone call recordings from a call recording server. The creator of the COM software is also the
I am marshalling (serializing) JAXB beans to output stream. How can I add DOCTYPE declaration and xml processing instructions to ouput?
I need to parse plain Win32 DLL/Exe and get all imports and exports from it to show on console or GUI (i.e. Win Forms). Is it possible to parse Win32 DLL/Exe in C#.NET by reading its export/import tab
I have an .NET (4.0) interface which is implemented with a ServicedComponent COM+ class: interface DotNetIface
I have union inside structure and the structure looks like struct tDeviceProperty { DWORD Tag; DWORD Size;
I have the following C++ struct: typedef struct FormulaSyntax{ WORD StructSize; short formulaSyntax [2];
I need to call a C++ API from C#. I have been able to call the API, but the char[] parameters do not seem to be marshalling correctly.
I have an 开发者_JAVA百科attribute in my AR:B that is not serializeable. o = Discussion.find(6) Marshal.dump(o)