Sdílet prostřednictvím


CSharpArgumentInfo.Create(CSharpArgumentInfoFlags, String) Metoda

Definice

Inicializuje novou instanci CSharpArgumentInfo třídy .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Příznaky argumentu.

name
String

Název argumentu, je-li pojmenován; jinak null.

Návraty

Nová instance CSharpArgumentInfo třídy .

Platí pro