SignatureHelper.GetLocalVarSigHelper Methode

Definition

Gibt eine Signaturhilfe für eine lokale Variable zurück.

Überlädt

GetLocalVarSigHelper()

Gibt eine Signaturhilfe für eine lokale Variable zurück.

GetLocalVarSigHelper(Module)

Gibt eine Signaturhilfe für eine lokale Variable zurück.

GetLocalVarSigHelper()

Quelle:
SignatureHelper.cs
Quelle:
SignatureHelper.cs
Quelle:
SignatureHelper.cs

Gibt eine Signaturhilfe für eine lokale Variable zurück.

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

Gibt zurück

Ein SignatureHelper für eine lokale Variable.

Gilt für:

GetLocalVarSigHelper(Module)

Quelle:
SignatureHelper.cs
Quelle:
SignatureHelper.cs
Quelle:
SignatureHelper.cs

Gibt eine Signaturhilfe für eine lokale Variable zurück.

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

Parameter

mod
Module

Das dynamische Modul, das die lokale Variable enthält, für die SignatureHelper angefordert wird.

Gibt zurück

Das SignatureHelper-Objekt für eine lokale Variable.

Gilt für: