SignatureHelper.GetLocalVarSigHelper 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回局部变量的签名帮助程序。
重载
GetLocalVarSigHelper() |
返回局部变量的签名帮助程序。 |
GetLocalVarSigHelper(Module) |
返回局部变量的签名帮助程序。 |
GetLocalVarSigHelper()
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
返回局部变量的签名帮助程序。
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。
适用于
GetLocalVarSigHelper(Module)
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
返回局部变量的签名帮助程序。
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
对象。