共用方式為


BootstrapProtocolTypeConverter Class

Definition

The type of bootstrap protocol used.

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

Constructors

BootstrapProtocolTypeConverter()

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