Compartilhar via


CSharpArgumentInfo.Create(CSharpArgumentInfoFlags, String) Método

Definição

Inicializa uma nova instância da classe CSharpArgumentInfo.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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);
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

Os sinalizadores do argumento.

name
String

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

Retornos

Uma nova instância da classe CSharpArgumentInfo.

Aplica-se a