org.virtualbox_7_0
Class ICPUProfile
java.lang.Object
org.virtualbox_7_0.IUnknown
org.virtualbox_7_0.ICPUProfile
public class ICPUProfile
- extends IUnknown
CPU profile. Immutable.
Interface ID: {B7FDA727-7A08-46EE-8DD8-F8D7308B519C}
Constructor Summary |
ICPUProfile(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ICPUProfile
public ICPUProfile(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
getName
public java.lang.String getName()
- The name.
- Returns:
- String
getFullName
public java.lang.String getFullName()
- The full name.
- Returns:
- String
getArchitecture
public CPUArchitecture getArchitecture()
- The CPU architecture.
- Returns:
- org.virtualbox_7_0.CPUArchitecture
queryInterface
public static ICPUProfile queryInterface(IUnknown obj)