IsSingleCoreDevice() public static method

public static IsSingleCoreDevice ( ) : bool
return bool
コード例 #1
0
 public bool IsSingleCoreDevice()
 {
     return(Everyplay.IsSingleCoreDevice());
 }