Bagikan melalui


CommandLineSettingTypeConverter Class

Definition

Specifies whether this published application can be launched with command line arguments provided by the client, command line arguments specified at publish time, or no command line arguments at all.

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

Constructors

CommandLineSettingTypeConverter()

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