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