MethodCallInfo Constructors
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.
Overloads
MethodCallInfo(MethodInfo)
public:
MethodCallInfo(System::Reflection::MethodInfo ^ method);
public MethodCallInfo (System.Reflection.MethodInfo method);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : System.Reflection.MethodInfo -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (method As MethodInfo)
Parameters
- method
- MethodInfo
Applies to
MethodCallInfo(String)
public:
MethodCallInfo(System::String ^ methodName);
public MethodCallInfo (string methodName);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : string -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (methodName As String)
Parameters
- methodName
- String
Applies to
MethodCallInfo(MethodInfo, IParameter[])
public:
MethodCallInfo(System::Reflection::MethodInfo ^ method, ... cli::array <Microsoft::Practices::ObjectBuilder::IParameter ^> ^ parameters);
public MethodCallInfo (System.Reflection.MethodInfo method, params Microsoft.Practices.ObjectBuilder.IParameter[] parameters);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : System.Reflection.MethodInfo * Microsoft.Practices.ObjectBuilder.IParameter[] -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (method As MethodInfo, ParamArray parameters As IParameter())
Parameters
- method
- MethodInfo
- parameters
- IParameter[]
Applies to
MethodCallInfo(MethodInfo, IEnumerable<IParameter>)
public:
MethodCallInfo(System::Reflection::MethodInfo ^ method, System::Collections::Generic::IEnumerable<Microsoft::Practices::ObjectBuilder::IParameter ^> ^ parameters);
public MethodCallInfo (System.Reflection.MethodInfo method, System.Collections.Generic.IEnumerable<Microsoft.Practices.ObjectBuilder.IParameter> parameters);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : System.Reflection.MethodInfo * seq<Microsoft.Practices.ObjectBuilder.IParameter> -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (method As MethodInfo, parameters As IEnumerable(Of IParameter))
Parameters
- method
- MethodInfo
- parameters
- IEnumerable<IParameter>
Applies to
MethodCallInfo(String, IParameter[])
public:
MethodCallInfo(System::String ^ methodName, ... cli::array <Microsoft::Practices::ObjectBuilder::IParameter ^> ^ parameters);
public MethodCallInfo (string methodName, params Microsoft.Practices.ObjectBuilder.IParameter[] parameters);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : string * Microsoft.Practices.ObjectBuilder.IParameter[] -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (methodName As String, ParamArray parameters As IParameter())
Parameters
- methodName
- String
- parameters
- IParameter[]
Applies to
MethodCallInfo(String, IEnumerable<IParameter>)
public:
MethodCallInfo(System::String ^ methodName, System::Collections::Generic::IEnumerable<Microsoft::Practices::ObjectBuilder::IParameter ^> ^ parameters);
public MethodCallInfo (string methodName, System.Collections.Generic.IEnumerable<Microsoft.Practices.ObjectBuilder.IParameter> parameters);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : string * seq<Microsoft.Practices.ObjectBuilder.IParameter> -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (methodName As String, parameters As IEnumerable(Of IParameter))
Parameters
- methodName
- String
- parameters
- IEnumerable<IParameter>
Applies to
MethodCallInfo(String, Object[])
public:
MethodCallInfo(System::String ^ methodName, ... cli::array <System::Object ^> ^ parameters);
public MethodCallInfo (string methodName, params object[] parameters);
new Microsoft.Practices.ObjectBuilder.MethodCallInfo : string * obj[] -> Microsoft.Practices.ObjectBuilder.MethodCallInfo
Public Sub New (methodName As String, ParamArray parameters As Object())
Parameters
- methodName
- String
- parameters
- Object[]