GetFieldSigHelper Method

SignatureHelper.GetFieldSigHelper Method

[ 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 field.

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

'Declaration
Public Shared Function GetFieldSigHelper ( _
	mod As Module _
) As SignatureHelper

Parameters

mod
Type: System.Reflection.Module
The dynamic module that contains the field for which the SignatureHelper is requested.

Return Value

Type: System.Reflection.Emit.SignatureHelper
The SignatureHelper object for a field.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft