PSObjectTypeDescriptionProvider
PSObjectTypeDescriptionProvider
PSObjectTypeDescriptionProvider
Class
Definition
Retrieves a PSObjectTypeDescriptor to provides information about the properties for an object of the type PSObject.
public class PSObjectTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider
type PSObjectTypeDescriptionProvider = class
inherit TypeDescriptionProvider
Public Class PSObjectTypeDescriptionProvider
Inherits TypeDescriptionProvider
- Inheritance
-
PSObjectTypeDescriptionProviderPSObjectTypeDescriptionProviderPSObjectTypeDescriptionProvider
Constructors
PSObjectTypeDescriptionProvider() PSObjectTypeDescriptionProvider() PSObjectTypeDescriptionProvider() |
Initializes a new instance of PSObjectTypeDescriptionProvider |
Methods
GetTypeDescriptor(Type, Object) GetTypeDescriptor(Type, Object) GetTypeDescriptor(Type, Object) |
Retrieves a PSObjectTypeDescriptor to provide information about the properties for an object of the type PSObject. |
Events
GettingValueException GettingValueException GettingValueException |
Occurs when there was an exception getting the value of a property. |
SettingValueException SettingValueException SettingValueException |
Occurs when there was an exception setting the value of a property. |