Udostępnij za pośrednictwem


RemoteApplicationTypeTypeConverter Class

Definition

Resource Type of Application.

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

Constructors

RemoteApplicationTypeTypeConverter()

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