SignatureHelper.GetLocalVarSigHelper 方法

定义

返回局部变量的签名帮助程序。

重载

GetLocalVarSigHelper()

返回局部变量的签名帮助程序。

GetLocalVarSigHelper(Module)

返回局部变量的签名帮助程序。

GetLocalVarSigHelper()

返回局部变量的签名帮助程序。

public:
 static System::Reflection::Emit::SignatureHelper ^ GetLocalVarSigHelper();
public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper ();
static member GetLocalVarSigHelper : unit -> System.Reflection.Emit.SignatureHelper
Public Shared Function GetLocalVarSigHelper () As SignatureHelper

返回

SignatureHelper

用于局部变量的 SignatureHelper

适用于

GetLocalVarSigHelper(Module)

返回局部变量的签名帮助程序。

public:
 static System::Reflection::Emit::SignatureHelper ^ GetLocalVarSigHelper(System::Reflection::Module ^ mod);
public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper (System.Reflection.Module? mod);
public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper (System.Reflection.Module mod);
static member GetLocalVarSigHelper : System.Reflection.Module -> System.Reflection.Emit.SignatureHelper
Public Shared Function GetLocalVarSigHelper (mod As Module) As SignatureHelper

参数

mod
Module

包含为其请求 SignatureHelper 的局部变量的动态模块。

返回

SignatureHelper

局部变量的 SignatureHelper 对象。

适用于