Share via


GalleryApplicationTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of GalleryApplication

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

Constructors

GalleryApplicationTypeConverter()

Methods

CanConvertFrom(Object)

Determines if the converter can convert the sourceValue parameter to the GalleryApplication 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 GalleryApplication

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