Table of Contents

Class HyperVServerVirtualMachineGuestScreenshot

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the screenshot for a Hyper-V virtual machine.

public class HyperVServerVirtualMachineGuestScreenshot : BypassSection
Inheritance
HyperVServerVirtualMachineGuestScreenshot
Inherited Members

Constructors

HyperVServerVirtualMachineGuestScreenshot()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineGuestScreenshot class.

public HyperVServerVirtualMachineGuestScreenshot()

Properties

Image

Gets or sets the screenshot image in JPEG format.

public Bitmap Image { get; set; }

Property Value

Bitmap

ImageData

Gets or sets the screenshot image in JPEG format.

public byte[] ImageData { get; set; }

Property Value

byte[]

Methods

ToString()

Returns the screenshot as a human readable string.

public override string ToString()

Returns

string

The screenshot as a human readable string.