Udostępnij za pośrednictwem


CSharpArgumentInfo.Create(CSharpArgumentInfoFlags, String) Metoda

Definicja

Inicjuje nowe wystąpienie klasy CSharpArgumentInfo.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

flags
CSharpArgumentInfoFlags

Flagi argumentu.

name
String

Nazwa argumentu, jeśli ma nazwę; w przeciwnym razie wartość null.

Zwraca

Nowe wystąpienie CSharpArgumentInfo klasy.

Dotyczy