Compartir a través de


ProcessModuleInfoPropertiesTypeConverter Class

Definition

A PowerShell PSTypeConverter to support converting to an instance of ProcessModuleInfoProperties

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

Constructors

ProcessModuleInfoPropertiesTypeConverter()

Methods

CanConvertFrom(Object)

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

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