[]
Creates a new instance of a presentation space object.
public PSObject()
Public Sub New()
Creates a new object based on the specified object.
public PSObject(object cloneFrom)
Public Sub New(cloneFrom As Object)
Type | Name | Description |
---|---|---|
object | cloneFrom | Object from which to clone the new object |
Creates a new shape object from serialization.
protected PSObject(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | Object that holds the serialized object data |
StreamingContext | context | Contexual information about the source or destination of the serialization |