PSObjectTypeDescriptionProvider Class

Definition

Retrieves a PSObjectTypeDescriptor to provides information about the properties for an object of the type PSObject.

public ref class PSObjectTypeDescriptionProvider : System::ComponentModel::TypeDescriptionProvider
public class PSObjectTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider
type PSObjectTypeDescriptionProvider = class
    inherit TypeDescriptionProvider
Public Class PSObjectTypeDescriptionProvider
Inherits TypeDescriptionProvider
Inheritance
PSObjectTypeDescriptionProvider

Constructors

PSObjectTypeDescriptionProvider()

Initializes a new instance of PSObjectTypeDescriptionProvider

Methods

GetTypeDescriptor(Type, Object)

Retrieves a PSObjectTypeDescriptor to provide information about the properties for an object of the type PSObject.

Events

GettingValueException

Occurs when there was an exception getting the value of a property.

SettingValueException

Occurs when there was an exception setting the value of a property.

Applies to