Share via


MethodCallInfo Class

Definition

public ref class MethodCallInfo : Microsoft::Practices::ObjectBuilder::IMethodCallInfo
public class MethodCallInfo : Microsoft.Practices.ObjectBuilder.IMethodCallInfo
type MethodCallInfo = class
    interface IMethodCallInfo
Public Class MethodCallInfo
Implements IMethodCallInfo
Inheritance
MethodCallInfo
Implements

Constructors

MethodCallInfo(MethodInfo)
MethodCallInfo(MethodInfo, IEnumerable<IParameter>)
MethodCallInfo(MethodInfo, IParameter[])
MethodCallInfo(String)
MethodCallInfo(String, IEnumerable<IParameter>)
MethodCallInfo(String, IParameter[])
MethodCallInfo(String, Object[])

Methods

GetParameters(IBuilderContext, Type, String, MethodInfo)
SelectMethod(IBuilderContext, Type, String)

Applies to