System.Reflection.Emit.ModuleBuilder.ResolveSignature Method

Returns the signature blob identified by a metadata token.

Syntax

public override byte[] ResolveSignature (int metadataToken)

Parameters

metadataToken
A metadata token that identifies a signature in the module.

Returns

An array of bytes representing the signature blob.

Remarks

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 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.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0