C# Class VirtualBoxAPI.Machine

Inheritance: IVirtualMachine
Afficher le fichier Open project: voltagex/junkcode

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetThumbnail ( ) : byte[]
Machine ( VirtualBox machine ) : System
PowerOff ( bool immediate = false ) : string
PowerOn ( bool headless = true ) : string
ShowConsole ( ) : bool

Method Details

GetThumbnail() public méthode

public GetThumbnail ( ) : byte[]
Résultat byte[]

Machine() public méthode

public Machine ( VirtualBox machine ) : System
machine VirtualBox
Résultat System

PowerOff() public méthode

public PowerOff ( bool immediate = false ) : string
immediate bool
Résultat string

PowerOn() public méthode

public PowerOn ( bool headless = true ) : string
headless bool
Résultat string

ShowConsole() public méthode

public ShowConsole ( ) : bool
Résultat bool