SignatureHelper.GetFieldSigHelper(Module) Methode

Definition

Gibt eine Signaturhilfe für ein Feld zurück.

public:
 static System::Reflection::Emit::SignatureHelper ^ GetFieldSigHelper(System::Reflection::Module ^ mod);
public static System.Reflection.Emit.SignatureHelper GetFieldSigHelper (System.Reflection.Module? mod);
public static System.Reflection.Emit.SignatureHelper GetFieldSigHelper (System.Reflection.Module mod);
static member GetFieldSigHelper : System.Reflection.Module -> System.Reflection.Emit.SignatureHelper
Public Shared Function GetFieldSigHelper (mod As Module) As SignatureHelper

Parameter

mod
Module

Das dynamische Modul, das das Feld enthält, für das SignatureHelper angefordert wird.

Gibt zurück

Das SignatureHelper-Objekt für ein Feld.

Gilt für: