MethodBody.LocalSignatureMetadataToken Property

Definition

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

public:
 virtual property int LocalSignatureMetadataToken { int get(); };
public:
 property int LocalSignatureMetadataToken { int get(); };
public virtual int LocalSignatureMetadataToken { get; }
public int LocalSignatureMetadataToken { get; }
member this.LocalSignatureMetadataToken : int
Public Overridable ReadOnly Property LocalSignatureMetadataToken As Integer
Public ReadOnly Property LocalSignatureMetadataToken As Integer

Property Value

An integer that represents the metadata token.

Remarks

Use the 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". For more information, see ECMA 335 Common Language Infrastructure (CLI).

Applies to