This topic has not yet been rated - Rate this topic

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.

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)  

Send comments about this topic to Microsoft.
Did you find this helpful?
(1500 characters remaining)