Condividi tramite


EncodingCaptureDescriptionTypeConverter Class

Definition

Enumerates the possible values for the encoding format of capture description. Note: 'AvroDeflate' will be deprecated in New API Version

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

Constructors

EncodingCaptureDescriptionTypeConverter()

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