Aracılığıyla paylaş


UserFriendlyAppliedScopeTypeTypeConverter Class

Definition

The applied scope type

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

Constructors

UserFriendlyAppliedScopeTypeTypeConverter()

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