RunspaceAttribute Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the attribute used to designate a cmdlet parameter as one that should accept runspaces.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class RunspaceAttribute : System.Management.Automation.ArgumentTransformationAttribute[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property, AllowMultiple=false)>]
type RunspaceAttribute = class
    inherit ArgumentTransformationAttributePublic NotInheritable Class RunspaceAttribute
Inherits ArgumentTransformationAttribute- Inheritance
- Attributes
Constructors
| RunspaceAttribute() | 
Properties
| TransformNullOptionalParameters | Gets a flag indicating whether or not null optional parameters are transformed. | 
Methods
| Transform(EngineIntrinsics, Object) | Transforms the input data to a Runspace. |