Module::ResolveSignature Method (Int32)
Returns the signature blob identified by a metadata token.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- metadataToken
-
Type:
System::Int32
A metadata token that identifies a signature in the module.
| Exception | Condition |
|---|---|
| ArgumentException | metadataToken is not a valid MemberRef, MethodDef, TypeSpec, signature, or FieldDef token in the scope of the current module. |
| ArgumentOutOfRangeException | metadataToken is not a valid token in the scope of the current module. |
Note |
|---|
Information about metadata tokens and signatures 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. |
Available since 2.0
