SignatureHelper.GetLocalVarSigHelper Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a signature helper for a local variable.
Overloads
| GetLocalVarSigHelper() | Returns a signature helper for a local variable. | 
| GetLocalVarSigHelper(Module) | Returns a signature helper for a local variable. | 
GetLocalVarSigHelper()
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
Returns a signature helper for a local variable.
public:
 static System::Reflection::Emit::SignatureHelper ^ GetLocalVarSigHelper();public static System.Reflection.Emit.SignatureHelper GetLocalVarSigHelper();static member GetLocalVarSigHelper : unit -> System.Reflection.Emit.SignatureHelperPublic Shared Function GetLocalVarSigHelper () As SignatureHelperReturns
A SignatureHelper for a local variable.
Applies to
GetLocalVarSigHelper(Module)
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
- Source:
- SignatureHelper.cs
Returns a signature helper for a local variable.
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.SignatureHelperPublic Shared Function GetLocalVarSigHelper (mod As Module) As SignatureHelperParameters
- mod
- Module
The dynamic module that contains the local variable for which the SignatureHelper is requested.
Returns
The SignatureHelper object for a local variable.