System.Reflection.Emit.DynamicMethod.ToString Method

Returns the signature of the method, represented as a string.

Syntax

public override string ToString ()

Returns

A string representing the method signature.

Remarks

The signature includes only types and the method name, if any. Parameter names are not included.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0