The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CSharpArgumentInfo::Create Method (CSharpArgumentInfoFlags, String^)
.NET Framework (current version)
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.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
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
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
Show: