C# 클래스 VirtualBoxAPI.Machine

상속: IVirtualMachine
파일 보기 프로젝트 열기: voltagex/junkcode

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetThumbnail ( ) : byte[]
Machine ( VirtualBox machine ) : System
PowerOff ( bool immediate = false ) : string
PowerOn ( bool headless = true ) : string
ShowConsole ( ) : bool

메소드 상세

GetThumbnail() 공개 메소드

public GetThumbnail ( ) : byte[]
리턴 byte[]

Machine() 공개 메소드

public Machine ( VirtualBox machine ) : System
machine VirtualBox
리턴 System

PowerOff() 공개 메소드

public PowerOff ( bool immediate = false ) : string
immediate bool
리턴 string

PowerOn() 공개 메소드

public PowerOn ( bool headless = true ) : string
headless bool
리턴 string

ShowConsole() 공개 메소드

public ShowConsole ( ) : bool
리턴 bool