See Also: SignatureHelper Members
Use the System.Reflection.Emit.SignatureHelper class to create a signature blob that can be passed to the DynamicILInfo.SetLocalSignature(Byte[]) method of the System.Reflection.Emit.DynamicILInfo class. A System.Reflection.Emit.SignatureHelper object can also be passed to the ILGenerator.Emit(OpCode, SignatureHelper) method overload to insert an instruction and a signature token into a Microsoft intermediate language (MSIL) stream. For information on signature blobs and signature metadata, see the ECMA Partition II Metadata documentation.
The ECMA Partition II 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 International Web site.