I need basic information about DirectX. Is it a managed API or Unmanaged? Can someone provide me some link etc. explaining this?
Asked
Active
Viewed 708 times
2
-
Related question http://stackoverflow.com/questions/1502390/does-xna-effectively-replace-managed-directx/1502418#1502418 – Brian Rasmussen Nov 26 '09 at 09:58
2 Answers
2
DirectX is unmanaged, but there are managed wrappers/bindings for it as well.

Matthew Scharley
- 127,823
- 52
- 194
- 222
1
The article here describes how DirectX can be used in a managed (and it looks like unmanaged too!) way.
Kindness,
Dan

Daniel Elliott
- 22,647
- 10
- 64
- 82