DynamicMethod.ToString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the signature of the method, represented as a string.
Assembly: mscorlib (in mscorlib.dll)
The following code example displays the ToString method of a dynamic method. This code example is part of a larger example provided for the DynamicMethod class.
Show: