次の方法で共有


SignatureHelper.GetFieldSigHelper メソッド

フィールドのシグネチャ ヘルパを返します。

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

パラメータ

  • mod
    SignatureHelper を要求するフィールドが格納されているモジュール。

戻り値

フィールドの SignatureHelper オブジェクト。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

SignatureHelper クラス | SignatureHelper メンバ | System.Reflection.Emit 名前空間