GuestRuntimeDetails constructor
GuestRuntimeDetails({
- String? domain,
- GuestInstalledApplicationList? installedApps,
- String? lastBootTime,
- String? machineName,
- RuntimeNetworkInfo? network,
- OpenFileList? openFileList,
- RunningProcessList? processes,
- RunningServiceList? services,
Implementation
GuestRuntimeDetails({
this.domain,
this.installedApps,
this.lastBootTime,
this.machineName,
this.network,
this.openFileList,
this.processes,
this.services,
});