CSharpArgumentInfo.Create(CSharpArgumentInfoFlags, String) Método

Definição

Inicializa uma nova instância da CSharpArgumentInfo classe.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu código.

public:
 static Microsoft::CSharp::RuntimeBinder::CSharpArgumentInfo ^ Create(Microsoft::CSharp::RuntimeBinder::CSharpArgumentInfoFlags flags, System::String ^ name);
public static Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Create(Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags flags, string name);
static member Create : Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags * string -> Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Public Shared Function Create (flags As CSharpArgumentInfoFlags, name As String) As CSharpArgumentInfo

Parâmetros

flags
CSharpArgumentInfoFlags

As bandeiras para o argumento.

name
String

O nome do argumento, se nomeado; caso contrário, nulo.

Devoluções

Uma nova instância da CSharpArgumentInfo classe.

Aplica-se a