Share via


ReferenceTypeTypeConverter Class

Definition

Enum to determine which reference method to use for an asset.

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

Constructors

ReferenceTypeTypeConverter()

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