PSObject Constructor(Object)
Creates a new object based on the specified object.
'Declaration
Public Function New( _
ByVal As Object _
)
'Usage
Dim cloneFrom As Object
Dim instance As New PSObject(cloneFrom)
Parameters
- cloneFrom
- Object from which to clone the new object