MethodInvocationInfo 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.
Information about invocation of a method in an object model wrapped by an instance of CmdletAdapter<TObjectInstance>
public ref class MethodInvocationInfo sealed
	public ref class MethodInvocationInfo sealed
	class MethodInvocationInfo sealed
	public sealed class MethodInvocationInfo
	type MethodInvocationInfo = class
	Public NotInheritable Class MethodInvocationInfo
		- Inheritance
 - 
				MethodInvocationInfo
 
Constructors
| MethodInvocationInfo(String, IEnumerable<MethodParameter>, MethodParameter) | 
		 Creates a new instance of MethodInvocationInfo.  | 
        	
Properties
| MethodName | 
		 Name of the method to invoke.  | 
        	
| Parameters | 
		 Method parameters.  | 
        	
| ReturnValue | 
		 Return value of the method.  Can be   |