MethodInvocationInfo Class

Definition

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 null if the method doesn't return anything.

Applies to