IsSingleCoreDevice() public static method

public static IsSingleCoreDevice ( ) : bool
return bool
Esempio n. 1
0
 public bool IsSingleCoreDevice()
 {
     return(Everyplay.IsSingleCoreDevice());
 }