CSharpArgumentInfo::Create Method (CSharpArgumentInfoFlags, String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CSharpArgumentInfo class.

Namespace:   Microsoft.CSharp.RuntimeBinder
Assembly:  Microsoft.CSharp (in Microsoft.CSharp.dll)

public:
static CSharpArgumentInfo^ Create(
	CSharpArgumentInfoFlags flags,
	String^ name
)

Parameters

flags
Type: Microsoft.CSharp.RuntimeBinder::CSharpArgumentInfoFlags

The flags for the argument.

name
Type: System::String^

The name of the argument, if named; otherwise null.

Return Value

Type: Microsoft.CSharp.RuntimeBinder::CSharpArgumentInfo^

A new instance of the CSharpArgumentInfo class.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: