Share via


PublicAccessTypeConverter Class

Definition

Specifies whether data in the container may be accessed publicly and the level of access.

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

Constructors

PublicAccessTypeConverter()

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