SignatureHelper 类 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供生成签名的方法。
public ref class SignatureHelper sealed
	public ref class SignatureHelper sealed : System::Runtime::InteropServices::_SignatureHelper
	public sealed class SignatureHelper
	[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public sealed class SignatureHelper : System.Runtime.InteropServices._SignatureHelper
	[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class SignatureHelper : System.Runtime.InteropServices._SignatureHelper
	type SignatureHelper = class
	[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type SignatureHelper = class
    interface _SignatureHelper
	[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type SignatureHelper = class
    interface _SignatureHelper
	Public NotInheritable Class SignatureHelper
	Public NotInheritable Class SignatureHelper
Implements _SignatureHelper
		- 继承
 - 
				SignatureHelper
 
- 属性
 
- 实现
 
注解
SignatureHelper使用 类创建可传递给 SetLocalSignature 类的 方法的DynamicILInfo签名 blob。 SignatureHelper还可以将 对象传递给ILGenerator.Emit(OpCode, SignatureHelper)方法重载,以将指令和签名令牌插入 Microsoft 中间语言 (MSIL) 流中。 有关签名 Blob 和签名元数据的信息,请参阅 ECMA 分区 II 元数据文档。
有关详细信息,请参阅 ECMA 335 公共语言基础结构 (CLI) 。
方法
显式接口实现
| _SignatureHelper.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) | 
		 将一组名称映射为对应的一组调度标识符。  | 
        	
| _SignatureHelper.GetTypeInfo(UInt32, UInt32, IntPtr) | 
		 检索对象的类型信息,然后可以使用该信息获取接口的类型信息。  | 
        	
| _SignatureHelper.GetTypeInfoCount(UInt32) | 
		 检索对象提供的类型信息接口的数量(0 或 1)。  | 
        	
| _SignatureHelper.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | 
		 提供对某一对象公开的属性和方法的访问。  |