PSObjectTypeDescriptor(PSObject) Constructor

Definition

Initializes a new instance of the PSObjectTypeDescriptor that provides property information about instance.

public:
 PSObjectTypeDescriptor(System::Management::Automation::PSObject ^ instance);
public PSObjectTypeDescriptor (System.Management.Automation.PSObject instance);
new System.Management.Automation.PSObjectTypeDescriptor : System.Management.Automation.PSObject -> System.Management.Automation.PSObjectTypeDescriptor
Public Sub New (instance As PSObject)

Parameters

instance
PSObject

The PSObject this class retrieves property information from.

Applies to