System.Reflection.MethodBody.LocalSignatureMetadataToken Property

Gets a metadata token for the signature that describes the local variables for the method in metadata.

Syntax

public virtual int LocalSignatureMetadataToken { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the MethodBody.LocalVariables property to obtain information about the method's local variables.

Note:

Information about local variable signatures can be found in the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". The documentation is available online; see tp://go.microsoft.com/fwlink/?LinkID=99212 on MSDN and tp://go.microsoft.com/fwlink/?LinkID=65552 on the Ecma International Web site.

Requirements

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