Share via


MstiCheckRequirementsPropertiesTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of MstiCheckRequirementsProperties

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

Constructors

MstiCheckRequirementsPropertiesTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the MstiCheckRequirementsProperties type.

CanConvertFrom(Object, Type)

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

CanConvertTo(Object, Type)

Determines if the sourceValue parameter can be converted to the destinationType parameter

ConvertFrom(Object)

Converts the sourceValue parameter into an instance of MstiCheckRequirementsProperties

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