ModuleBuilder.ResolveString(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the string identified by the specified metadata token.
public:
override System::String ^ ResolveString(int metadataToken);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Trimming changes metadata tokens")]
public override string ResolveString(int metadataToken);
public override string ResolveString(int metadataToken);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Trimming changes metadata tokens")>]
override this.ResolveString : int -> string
override this.ResolveString : int -> string
Public Overrides Function ResolveString (metadataToken As Integer) As String
Parameters
- metadataToken
- Int32
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.
- Attributes
Exceptions
metadataToken is not a token for a string in the scope of the current module.
metadataToken is not a valid token in the scope of the current module.
Remarks
Note
Information about metadata tokens 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).