ModuleBuilder.ResolveString Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Returns the string identified by the specified metadata token.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides Function ResolveString ( _
    metadataToken As Integer _
) As String
public override string ResolveString(
    int metadataToken
)

Parameters

  • metadataToken
    Type: System.Int32
    A metadata token that identifies a string in the string heap of the module.

Return Value

Type: System.String
A String containing a string value from the metadata string heap.

Exceptions

Exception Condition
ArgumentException

metadataToken is not a token for a string in the scope of the current module.

ArgumentOutOfRangeException

metadataToken is not a valid token in the scope of the current module.

Remarks

NoteNote:

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 ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the ECMA Web site.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.