Sdílet prostřednictvím


CallInfo Konstruktory

Definice

Vytvoří nový CallInfo, který představuje argumenty v procesu dynamické vazby.

Přetížení

CallInfo(Int32, IEnumerable<String>)

Vytvoří nový CallInfo, který představuje argumenty v procesu dynamické vazby.

CallInfo(Int32, String[])

Vytvoří nový objekt PositionalArgumentInfo.

CallInfo(Int32, IEnumerable<String>)

Zdroj:
CallInfo.cs
Zdroj:
CallInfo.cs
Zdroj:
CallInfo.cs

Vytvoří nový CallInfo, který představuje argumenty v procesu dynamické vazby.

public:
 CallInfo(int argCount, System::Collections::Generic::IEnumerable<System::String ^> ^ argNames);
public CallInfo (int argCount, System.Collections.Generic.IEnumerable<string> argNames);
new System.Dynamic.CallInfo : int * seq<string> -> System.Dynamic.CallInfo
Public Sub New (argCount As Integer, argNames As IEnumerable(Of String))

Parametry

argCount
Int32

Počet argumentů.

argNames
IEnumerable<String>

Názvy argumentů.

Platí pro

CallInfo(Int32, String[])

Zdroj:
CallInfo.cs
Zdroj:
CallInfo.cs
Zdroj:
CallInfo.cs

Vytvoří nový objekt PositionalArgumentInfo.

public:
 CallInfo(int argCount, ... cli::array <System::String ^> ^ argNames);
public CallInfo (int argCount, params string[] argNames);
new System.Dynamic.CallInfo : int * string[] -> System.Dynamic.CallInfo
Public Sub New (argCount As Integer, ParamArray argNames As String())

Parametry

argCount
Int32

Počet argumentů.

argNames
String[]

Názvy argumentů.

Platí pro