unmanaged Code

You can call unmanaged code from C# via p/invoke and COM interop. C# can also use pointers if needs be - but there is no real way of mixing unmanaged and managed in C#.

It may help more if you told us what yu are trying to do though.
 
Back
Top