Freigeben über


AvailabilityLifecycleTypeConverter Class

Definition

The version lifecycle indicator.

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

Constructors

AvailabilityLifecycleTypeConverter()

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