共用方式為


LanguageExtensionNameTypeConverter Class

Definition

Language extension that can run within KQL query.

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

Constructors

LanguageExtensionNameTypeConverter()

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