GetLocalVarSigHelper Method (Module)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public static SignatureHelper GetLocalVarSigHelper(
	Module mod
)

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.SignatureHelper
The SignatureHelper object for a local variable.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft