SignatureHelper.GetLocalVarSigHelper 方法

定義

傳回區域變數的簽章 Helper。

多載

GetLocalVarSigHelper()

傳回區域變數的簽章 Helper。

GetLocalVarSigHelper(Module)

傳回區域變數的簽章 Helper。

GetLocalVarSigHelper()

來源:
SignatureHelper.cs
來源:
SignatureHelper.cs
來源:
SignatureHelper.cs

傳回區域變數的簽章 Helper。

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)

來源:
SignatureHelper.cs
來源:
SignatureHelper.cs
來源:
SignatureHelper.cs

傳回區域變數的簽章 Helper。

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 物件。

適用於