CSharpArgumentInfo Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
Assembly: Microsoft.CSharp (in Microsoft.CSharp.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(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. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

