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;
The SignatureHelper object for a field.
SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace