System.Reflection.Module.ResolveString Method

Returns the string identified by the specified metadata token.

Syntax

public virtual string ResolveString (int metadataToken)

Parameters

metadataToken
A metadata token that identifies a string in the string heap of the module.

Returns

A string containing a string value from the metadata string heap.

Remarks

Note:

Information about metadata tokens 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 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