NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SignatureHelper.GetLocalVarSigHelper

Returns a signature helper for a local variable.

[Visual Basic]
Public Shared Function GetLocalVarSigHelper( _
   ByVal mod As Module _
) As SignatureHelper
[C#]
public static SignatureHelper GetLocalVarSigHelper(
   Module mod
);
[C++]
public: static SignatureHelper* GetLocalVarSigHelper(
   Module* mod
);
[JScript]
public static function GetLocalVarSigHelper(
   mod : Module
) : SignatureHelper;

Parameters

mod
The Module that contains the local variable for which the SignatureHelper is requested.

Return Value

The SignatureHelper object for a local variable.

See Also

SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace