ScriptMethodData 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.
ScriptMethodData represents a ScriptMethod definition.
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
Constructors
ScriptMethodData(String, ScriptBlock) |
ScriptMethodData constructor. |
Properties
Name |
The name of the member. (Inherited from TypeMemberData) |
Script |
The script method. |