SignatureHelper.GetLocalVarSigHelper 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回區域變數的簽章 Helper。
多載
GetLocalVarSigHelper() |
傳回區域變數的簽章 Helper。 |
GetLocalVarSigHelper(Module) |
傳回區域變數的簽章 Helper。 |
GetLocalVarSigHelper()
傳回區域變數的簽章 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)
傳回區域變數的簽章 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
物件。