Exemplo n.º 1
0
        /// <summary>
        /// Returns 0 or 1, If VM based OS found returns 1 else 0
        /// </summary>
        public static int IsHyperV()
        {
            MSHyperVThread mst = new MSHyperVThread();

            return(mst.IsHyperV());
        }
Exemplo n.º 2
0
 /// <summary>
 /// Returns 0 or 1, If VM based OS found returns 1 else 0
 /// </summary>        
 public static int IsHyperV()
 {
     MSHyperVThread mst = new MSHyperVThread();
     return mst.IsHyperV();
 }