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 オブジェクト。

適用対象