Compartir a través de


OperatingSystemStateTypesTypeConverter Class

Definition

This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.

public class OperatingSystemStateTypesTypeConverter : System.Management.Automation.PSTypeConverter
type OperatingSystemStateTypesTypeConverter = class
    inherit PSTypeConverter
Public Class OperatingSystemStateTypesTypeConverter
Inherits PSTypeConverter
Inheritance
OperatingSystemStateTypesTypeConverter

Constructors

OperatingSystemStateTypesTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to