allocating "unmanaged" memory in c#
        Posted  
        
            by Blitzz
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blitzz
        
        
        
        Published on 2010-04-15T19:58:41Z
        Indexed on 
            2010/04/15
            20:03 UTC
        
        
        Read the original article
        Hit count: 215
        
Hi,
I'm writting a program in c# that uses a C++ library, and for some reason I need to allocate an unmanaged buffer to pass it to the lib. Is there a way to do this in c# ? Basically I would just need to do a malloc in C#...
Thanks
© Stack Overflow or respective owner