SignatureHelper.GetLocalVarSigHelper Method (Module)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a signature helper for a local variable.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- mod
- Type: System.Reflection.Module
The dynamic module that contains the local variable for which the SignatureHelper is requested.
Return Value
Type: System.Reflection.Emit.SignatureHelperThe SignatureHelper object for a local variable.
Show: