PSObject Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Creates a new PSObject object. The variants of this constructor can create an object that contains a base object of type PSCustomObject or type Object.
PSObject Members
System.Management.Automation Namespace
This object is the basis for access to all objects from the scripting language and provides an abstraction for the cmdlet developer.
| Name | Description |
|---|---|
| PSObject () | Creates a new PSObject object that contains a base object of type PSCustomObject. |
| PSObject (Object) | Creates a new PSObject object that contains a base object of type Object. |
| PSObject (SerializationInfo, StreamingContext) |
Reference
PSObject ClassPSObject Members
System.Management.Automation Namespace
Other Resources
Windows PowerShell SDKSend comments about this topic to Microsoft.