SignatureHelper.GetFieldSigHelper(Module) Methode

Definition

Gibt ein Signaturhilfsprogramm 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 die SignatureHelper Anforderung angefordert wird.

Gibt zurück

Das SignatureHelper Objekt für ein Feld.

Gilt für: