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);
public override string ResolveString (int metadataToken);
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.
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". 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.