NoRunspaceAffinityAttribute 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.
The attribute for a PowerShell class to not affiliate with a particular Runspace\SessionState.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class NoRunspaceAffinityAttribute : System.Management.Automation.Internal.ParsingBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type NoRunspaceAffinityAttribute = class
inherit ParsingBaseAttribute
Public NotInheritable Class NoRunspaceAffinityAttribute
Inherits ParsingBaseAttribute
- Inheritance
- Attributes
Constructors
NoRunspaceAffinityAttribute() |
Initializes a new instance of the attribute. |