Package com.jgcomptech.tools
Class OSInfo.Architecture
- java.lang.Object
-
- com.jgcomptech.tools.OSInfo.Architecture
-
- Enclosing class:
- OSInfo
public static final class OSInfo.Architecture extends java.lang.Object
Determines if the current application is 32 or 64-bit.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
Number()
Determines if the current application is 32 or 64-bit.static java.lang.String
String()
Determines if the current application is 32 or 64-bit.
-
-
-
Method Detail
-
String
public static java.lang.String String()
Determines if the current application is 32 or 64-bit.- Returns:
- if computer is 32 bit or 64 bit as string
-
Number
public static int Number()
Determines if the current application is 32 or 64-bit.- Returns:
- if computer is 32 bit or 64 bit as int
-
-