top of page

Slimdx Runtime .net 4.0 X64 ((top)) Info

// Check if we are actually running in 64-bit mode Console.WriteLine("Is 64-bit Process: " + (Environment.Is64BitProcess ? "Yes" : "No"));

using System; using SlimDX;

bottom of page