다음을 통해 공유


SignatureHelper.GetLocalVarSigHelper 메서드

정의

지역 변수에 대한 시그니처 도우미를 반환합니다.

오버로드

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 개체입니다.

적용 대상