ScriptMethodData Class
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.
ScriptMethodData represents a ScriptMethod definition.
C++
public ref class ScriptMethodData sealed : System::Management::Automation::Runspaces::TypeMemberData
public sealed class ScriptMethodData : System.Management.Automation.Runspaces.TypeMemberData
[System.Diagnostics.DebuggerDisplay("ScriptMethod: {Name,nq}")]
public sealed class ScriptMethodData : System.Management.Automation.Runspaces.TypeMemberData
type ScriptMethodData = class
inherit TypeMemberData
[<System.Diagnostics.DebuggerDisplay("ScriptMethod: {Name,nq}")>]
type ScriptMethodData = class
inherit TypeMemberData
Public NotInheritable Class ScriptMethodData
Inherits TypeMemberData
- Inheritance
- Attributes
Script |
ScriptMethodData constructor. |
Name |
The name of the member. (Inherited from TypeMemberData) |
Script |
The script method. |
Producto | Versiones |
---|---|
PowerShell SDK | 7.2.0, 7.3.0, 7.4.0 |
Windows PowerShell | 5.1.0.0 |