C# Класс inVtero.net.Specialties.VMWare

Наследование: AMemoryRunDetector, IMemAwareChecking
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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:)

Описание методов

IsSupportedFormat() публичный Метод

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.
public IsSupportedFormat ( Vtero vtero ) : bool
vtero Vtero
Результат bool

VMWare() публичный Метод

public VMWare ( ) : System
Результат System

VMWare() публичный Метод

INPUT IS VMEM MATCHING VMSS OR VMSN MUST BE IN SAME FOLDER
public VMWare ( string VMEM ) : System
VMEM string The path to the virtual machine MEMORY
Результат System

VMWare() публичный Метод

A more precise constructor (i.e. you do the work:)
public VMWare ( string VMEM, string vDeviceState ) : System
VMEM string Virtual Machine memory
vDeviceState string The path to the virtual machine save state data
Результат System