CodeMethodData(String, MethodInfo) Constructor
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.
CodeMethodData constructor.
public:
CodeMethodData(System::String ^ name, System::Reflection::MethodInfo ^ methodToCall);
public CodeMethodData (string name, System.Reflection.MethodInfo methodToCall);
new System.Management.Automation.Runspaces.CodeMethodData : string * System.Reflection.MethodInfo -> System.Management.Automation.Runspaces.CodeMethodData
Public Sub New (name As String, methodToCall As MethodInfo)
Parameters
- name
- String
- methodToCall
- MethodInfo