public class SystemInfo
extends com.jniwrapper.Structure
Constructor and Description |
---|
SystemInfo()
Constructs and initializes a new instance with actual values representing
system information.
|
SystemInfo(SystemInfo that) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
long |
getActiveProcessorMask() |
long |
getAllocationGranularity() |
static java.lang.String |
getComputerName()
Returns the name of the local computer.
|
long |
getMaxAppAddress() |
long |
getMinAppAddress() |
long |
getNumberOfProcessors() |
long |
getPageSize() |
long |
getProcessorArchitecture() |
long |
getProcessorLevel() |
long |
getProcessorRevision() |
long |
getProcessorType() |
static java.lang.String |
getUserName()
Returns the user name logged into the system.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public SystemInfo()
public SystemInfo(SystemInfo that)
public long getProcessorArchitecture()
public long getPageSize()
public long getMinAppAddress()
public long getMaxAppAddress()
public long getActiveProcessorMask()
public long getNumberOfProcessors()
public long getProcessorType()
public long getAllocationGranularity()
public long getProcessorLevel()
public long getProcessorRevision()
public java.lang.Object clone()
clone
in class com.jniwrapper.Structure
public static java.lang.String getComputerName()
public static java.lang.String getUserName()