共用方式為


L2NetworkDetailedStatusTypeConverter Class

Definition

The more detailed status of the L2 network.

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

Constructors

L2NetworkDetailedStatusTypeConverter()

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