DynamicMethod::Name Property
.NET Framework (current version)
Gets the name of the dynamic method.
Assembly: mscorlib (in mscorlib.dll)
Implements
_MemberInfo::Name Note |
|---|
It is not necessary to name dynamic methods. |
The following code example displays the name of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.1
Show:
