managed
Convert array<int^>^ to int*
how can I convert array<int^>^开发者_StackOverflow中文版 to int*?You cannot, at least not the simple way.[详细]
2023-01-13 04:29 分类:问答Reducing the size of minidumps of managed programs while keeping some heap information?
With the dump debugging su开发者_C百科pport in .NET 4.0 we are looking into automatically (after asking the user of course :) creating minidumps of C# program crashes to upload them to our issue track[详细]
2023-01-08 20:51 分类:问答What is the best way to support multiple architectures in a mixed managed/unmanaged environment?
Background We have a .NET library that is referencing one of our unmanaged dlls, lets say: DotNet.dll Unmanaged.dll[详细]
2023-01-08 01:40 分类:问答using System::Drawing namespace in managed C++ class library
I am moving a few functions from a Managed C++ Winforms app to a class library so that I can call them in a new C# app I\'m writing. However one of the functions returns a System::Drawing::Bitmap^ and[详细]
2023-01-07 05:28 分类:问答Getting strange error when attempting to convert Unmanaged C++ class to Managed C++ class (for use in .net)
Greetings, First off, I am not a C++ developer, so please forgive my shortcomings.... I am attempting to take another developer\'s C++ unmanaged code and re-work it so it can be called from a manag[详细]
2023-01-04 21:02 分类:问答Can I have managed code within native code?
Can I have开发者_如何学C managed code within native code?There are quite a few ways to do this.[详细]
2023-01-04 09:58 分类:问答Best way to call 32-bit unmanaged code from 64-bit Managed Code using a managed code wrapper
The frequency with which I am coming across the situation where I have to call native 32-bit code from a managed 64-bit process is increasing as 64-bit machines and applications become prevalent.I don[详细]
2023-01-03 01:55 分类:问答Is it possible to determine the managed pipeline IIS7 is running under in ASP.NET?
Is it possible to determine the manag开发者_如何学运维ed pipeline IIS7 is running under in ASP.NET?Do you mean the integrated pipeline mode?If so then you\'re looking for: HttpRuntime.UsingIntegratedP[详细]
2023-01-02 03:47 分类:问答Is it possible to call unmanaged code using C# reflection from managed code?
Is it possible using reflection and C# .NET to 开发者_JAVA百科call dynamically different function (with arguments) written in C or C++ before .NET came (unmanaged code) ?[详细]
2023-01-01 17:50 分类:问答How can you explore the managed heap in a .NET application to identify possible memory optimizations?
We have a .NET application which our customers consider too large for mass deployment and we would like to understand what contributes to our memory footprint and is it possible to do any better witho[详细]
2023-01-01 17:46 分类:问答