共用方式為


OSOptionPropertyListTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of OSOptionPropertyList

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

Constructors

OSOptionPropertyListTypeConverter()

Methods

CanConvertFrom(Object)

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

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