C# Class VirtualBoxAPI.Machine

Inheritance: IVirtualMachine
Show file Open project: voltagex/junkcode

Private Properties

Property Type Description

Public Methods

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

Method Details

GetThumbnail() public method

public GetThumbnail ( ) : byte[]
return byte[]

Machine() public method

public Machine ( VirtualBox machine ) : System
machine VirtualBox
return System

PowerOff() public method

public PowerOff ( bool immediate = false ) : string
immediate bool
return string

PowerOn() public method

public PowerOn ( bool headless = true ) : string
headless bool
return string

ShowConsole() public method

public ShowConsole ( ) : bool
return bool