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.GetFieldSigHelper

Returns a signature helper for a field.

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

Parameters

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

Return Value

The SignatureHelper object for a field.

See Also

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