Méthode | Description | |
---|---|---|
IsSupportedFormat ( Vtero vtero ) : bool |
OK need to double check later but even though there are 64 bits available in the field only 32bits are seemingly being used. Otherwise the values have to be interpreted as physical addresses and not page numbers.
|
|
VMWare ( ) : System | ||
VMWare ( string VMEM ) : System |
INPUT IS VMEM MATCHING VMSS OR VMSN MUST BE IN SAME FOLDER
|
|
VMWare ( string VMEM, string vDeviceState ) : System |
A more precise constructor (i.e. you do the work:)
|
public IsSupportedFormat ( Vtero vtero ) : bool | ||
vtero | Vtero | |
Résultat | bool |
public VMWare ( string VMEM ) : System | ||
VMEM | string | The path to the virtual machine MEMORY |
Résultat | System |
public VMWare ( string VMEM, string vDeviceState ) : System | ||
VMEM | string | Virtual Machine memory |
vDeviceState | string | The path to the virtual machine save state data |
Résultat | System |